#348533

Color #348533 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #348533

Tints of Japanese Laurel #348533

Color information

#348533 (or 0x348533) is unknown color: approx Japanese Laurel. HEX triplet: 34, 85 and 33. RGB value is (52,133,51). Sum of RGB (Red+Green+Blue) = 52+133+51=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #348533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348533 is #CB7ACC. Grayscale: #636363. Windows color (decimal): -13335245 or 3376436. OLE color: 3376436.

HSL color Cylindrical-coordinate representation of color #348533: hue angle of 119.27º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348533 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB5213351-
CMYK0.6100.620.48
HSL119.27º44.57%36.08%-
HSV(B)119.27º61.65%52.16%-
XYZ10.417.746.01-
YUV99.43100.6694.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 133 (52.34% from 255) = 56.36%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=22.03%
G=56.36%
B=21.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52133510.6100.620.48119.2744.5736.08
Hex3485333D03E30772d24
Octal642056375076601675544
Binary1101001000010111001111110101111101100001110111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348533; }

 p { color: rgb(52,133,51); }

 H1.HeaderClassName
 {
   color: #348533;
 }
 .AnyTagClassName
 {
   color: #348533;
 }
</style>
background-color css

<style>
 a { background-color: #348533; }

 a { background-color: rgb(52,133,51); }

 div.DivClassName
 {
   background-color: #348533;
 }
 .BgClassName
 {
   background-color: #348533;
 }
</style>
border-color css

<style>
 span { border-color: #348533; }

 span { border-color: rgb(52,133,51); }

 td.TdClassName
 {
   border-color: #348533;
 }
 .TagClassName
 {
   border-color: #348533;
 }
</style>