#347C3C

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

Shades of Japanese Laurel #347C3C

Tints of Japanese Laurel #347C3C

Color information

#347C3C (or 0x347C3C) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7C and 3C. RGB value is (52,124,60). Sum of RGB (Red+Green+Blue) = 52+124+60=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #347C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347C3C is #CB83C3. Grayscale: #5F5F5F. Windows color (decimal): -13337540 or 3963956. OLE color: 3963956.

HSL color Cylindrical-coordinate representation of color #347C3C: hue angle of 126.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347C3C is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB5212460-
CMYK0.5800.520.51
HSL126.67º40.91%34.51%-
HSV(B)126.67º58.06%48.63%-
XYZ9.4415.476.76-
YUV95.18108.1597.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 124 (48.83% from 255) = 52.54%
BLUE value IS 60 (23.83% from 255) = 25.42%
R=22.03%
G=52.54%
B=25.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52124600.5800.520.51126.6740.9134.51
Hex347C3C3A034337f2923
Octal641747472064631775143
Binary110100111110011110011101001101001100111111111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347C3C; }

 p { color: rgb(52,124,60); }

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

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

 a { background-color: rgb(52,124,60); }

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

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

 span { border-color: rgb(52,124,60); }

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