#347B32

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

Shades of Japanese Laurel #347B32

Tints of Japanese Laurel #347B32

Color information

#347B32 (or 0x347B32) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7B and 32. RGB value is (52,123,50). Sum of RGB (Red+Green+Blue) = 52+123+50=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #347B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347B32 is #CB84CD. Grayscale: #5D5D5D. Windows color (decimal): -13337806 or 3308340. OLE color: 3308340.

HSL color Cylindrical-coordinate representation of color #347B32: hue angle of 118.36º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347B32 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB5212350-
CMYK0.5800.590.52
HSL118.36º42.2%33.92%-
HSV(B)118.36º59.35%48.24%-
XYZ9.0715.135.46-
YUV93.45103.4898.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 123 (48.44% from 255) = 54.67%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=23.11%
G=54.67%
B=22.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52123500.5800.590.52118.3642.233.92
Hex347B323A03B34762a22
Octal641736272073641665242
Binary110100111101111001011101001110111101001110110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,123,50); }

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

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

 a { background-color: rgb(52,123,50); }

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

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

 span { border-color: rgb(52,123,50); }

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