#347433

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

Shades of Japanese Laurel #347433

Tints of Japanese Laurel #347433

Color information

#347433 (or 0x347433) is unknown color: approx Japanese Laurel. HEX triplet: 34, 74 and 33. RGB value is (52,116,51). Sum of RGB (Red+Green+Blue) = 52+116+51=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 116 (45.70% from 255 or 52.97% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 116 - color contains mainly: green. Hex color #347433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347433 is #CB8BCC. Grayscale: #595959. Windows color (decimal): -13339597 or 3372084. OLE color: 3372084.

HSL color Cylindrical-coordinate representation of color #347433: hue angle of 119.08º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347433 is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB5211651-
CMYK0.5500.560.55
HSL119.08º38.92%32.75%-
HSV(B)119.08º56.03%45.49%-
XYZ8.2613.465.29-
YUV89.45106.3101.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 116 (45.70% from 255) = 52.97%
BLUE value IS 51 (20.31% from 255) = 23.29%
R=23.74%
G=52.97%
B=23.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52116510.5500.560.55119.0838.9232.75
Hex3474333703837772721
Octal641646367070671674741
Binary110100111010011001111011101110001101111110111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347433; }

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

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

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

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

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

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

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

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