#347742

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

Shades of Japanese Laurel #347742

Tints of Japanese Laurel #347742

Color information

#347742 (or 0x347742) is unknown color: approx Japanese Laurel. HEX triplet: 34, 77 and 42. RGB value is (52,119,66). Sum of RGB (Red+Green+Blue) = 52+119+66=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #347742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347742 is #CB88BD. Grayscale: #5D5D5D. Windows color (decimal): -13338814 or 4355892. OLE color: 4355892.

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

Color convert

RGB5211966-
CMYK0.5600.450.53
HSL132.54º39.18%33.53%-
HSV(B)132.54º56.3%46.67%-
XYZ914.327.44-
YUV92.92112.898.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 119 (46.88% from 255) = 50.21%
BLUE value IS 66 (26.17% from 255) = 27.85%
R=21.94%
G=50.21%
B=27.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119660.5600.450.53132.5439.1833.53
Hex3477423802D35852722
Octal6416710270055652054742
Binary11010011101111000010111000010110111010110000101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347742; }

 p { color: rgb(52,119,66); }

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

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

 a { background-color: rgb(52,119,66); }

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

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

 span { border-color: rgb(52,119,66); }

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