Html Css Color HEX #347932 Japanese Laurel

📋 copy color: '#347932'

red 52 ◦ green 121 ◦ blue 50

#347932
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #347932

Tints of Japanese Laurel #347932

RGB

 RED value IS 52 (20.7% from 255) = 23.32%

 GREEN value IS 121 (47.66% from 255) = 54.26%

 BLUE value IS 50 (19.92% from 255) = 22.42%

R = 23.32%
G = 54.26%
B = 22.42%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#347932 (or 0x347932) is known color: Japanese Laurel. HEX triplet: 34, 79 and 32. RGB value is (52,121,50). Sum of RGB (Red+Green+Blue) = 52+121+50=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #347932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347932 is #CB86CD. Grayscale: #5C5C5C. Windows color (decimal): -13338318 or 3307828. OLE color: 3307828.

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

Color convert

RGB 52 121 50 -
CMYK 0.57 0 0.59 0.53
HSL 118.31º 0.42% 0.34% -
HSV(B) 118.31º 0.59% 0.47% -
XYZ 8.83 14.64 5.38 -
YUV 92.28 104.14 99.27 -
System Red Green Blue C M Y K H S L
Decimal 52 121 50 0.57 0 0.59 0.53 118.31 0.42 0.34
Hex 34 79 32 39 0 3B 35 76 2A 22
Octal 64 171 62 71 0 73 65 166 52 42
Binary 110100 1111001 110010 111001 0 111011 110101 1110110 101010 100010

Color Harmonies of #347932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347932

Black with #347932

Text Example


Text Example

White with #347932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347932; }

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

 H1.HeaderClassName
 {
   color: #347932;
 }
 .AnyTagClassName
 {
   color: #347932;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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