Html Css Color HEX #347232 Japanese Laurel

📋 copy color: '#347232'

red 52 ◦ green 114 ◦ blue 50

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

Shades of Japanese Laurel #347232

Tints of Japanese Laurel #347232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.78%

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

R = 24.07%
G = 52.78%
B = 23.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#347232 (or 0x347232) is known color: Japanese Laurel. HEX triplet: 34, 72 and 32. RGB value is (52,114,50). Sum of RGB (Red+Green+Blue) = 52+114+50=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #347232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347232 is #CB8DCD. Grayscale: #585858. Windows color (decimal): -13340110 or 3306036. OLE color: 3306036.

HSL color Cylindrical-coordinate representation of color #347232: hue angle of 118.12º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347232 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 114 50 -
CMYK 0.54 0 0.56 0.55
HSL 118.13º 0.39% 0.32% -
HSV(B) 118.13º 0.56% 0.45% -
XYZ 8.01 12.99 5.1 -
YUV 88.17 106.46 102.2 -
System Red Green Blue C M Y K H S L
Decimal 52 114 50 0.54 0 0.56 0.55 118.13 0.39 0.32
Hex 34 72 32 36 0 38 37 76 27 20
Octal 64 162 62 66 0 70 67 166 47 40
Binary 110100 1110010 110010 110110 0 111000 110111 1110110 100111 100000

Color Harmonies of #347232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347232

Black with #347232

Text Example


Text Example

White with #347232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347232; }

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

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

background-color css

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

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

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

border-color css

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

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

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