#347442

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

Shades of Japanese Laurel #347442

Tints of Japanese Laurel #347442

Color information

#347442 (or 0x347442) is unknown color: approx Japanese Laurel. HEX triplet: 34, 74 and 42. RGB value is (52,116,66). Sum of RGB (Red+Green+Blue) = 52+116+66=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #347442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347442 is #CB8BBD. Grayscale: #5B5B5B. Windows color (decimal): -13339582 or 4355124. OLE color: 4355124.

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

Color convert

RGB5211666-
CMYK0.5500.430.55
HSL133.12º38.1%32.94%-
HSV(B)133.12º55.17%45.49%-
XYZ8.6413.617.33-
YUV91.16113.8100.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 116 (45.70% from 255) = 49.57%
BLUE value IS 66 (26.17% from 255) = 28.21%
R=22.22%
G=49.57%
B=28.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52116660.5500.430.55133.1238.132.94
Hex3474423702B37852621
Octal6416410267053672054641
Binary11010011101001000010110111010101111011110000101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347442; }

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

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

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

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

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

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

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

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