#347E33

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

Shades of Japanese Laurel #347E33

Tints of Japanese Laurel #347E33

Color information

#347E33 (or 0x347E33) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7E and 33. RGB value is (52,126,51). Sum of RGB (Red+Green+Blue) = 52+126+51=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 126 (49.61% from 255 or 55.02% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 126 - color contains mainly: green. Hex color #347E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347E33 is #CB81CC. Grayscale: #5F5F5F. Windows color (decimal): -13337037 or 3374644. OLE color: 3374644.

HSL color Cylindrical-coordinate representation of color #347E33: hue angle of 119.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #347E33 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB5212651-
CMYK0.5900.600.51
HSL119.2º42.37%34.71%-
HSV(B)119.2º59.52%49.41%-
XYZ9.4715.895.7-
YUV95.32102.9897.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 126 (49.61% from 255) = 55.02%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=22.71%
G=55.02%
B=22.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52126510.5900.600.51119.242.3734.71
Hex347E333B03C33772a23
Octal641766373074631675243
Binary110100111111011001111101101111001100111110111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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