Html Css Color HEX #347131 Japanese Laurel

📋 copy color: '#347131'

red 52 ◦ green 113 ◦ blue 49

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

Shades of Japanese Laurel #347131

Tints of Japanese Laurel #347131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.8%

 BLUE value IS 49 (19.53% from 255) = 22.9%

R = 24.3%
G = 52.8%
B = 22.9%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#347131 (or 0x347131) is known color: Japanese Laurel. HEX triplet: 34, 71 and 31. RGB value is (52,113,49). Sum of RGB (Red+Green+Blue) = 52+113+49=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #347131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347131 is #CB8ECE. Grayscale: #575757. Windows color (decimal): -13340367 or 3240244. OLE color: 3240244.

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

Color convert

RGB 52 113 49 -
CMYK 0.54 0 0.57 0.56
HSL 117.19º 0.4% 0.32% -
HSV(B) 117.19º 0.57% 0.44% -
XYZ 7.88 12.76 4.95 -
YUV 87.47 106.29 102.7 -
System Red Green Blue C M Y K H S L
Decimal 52 113 49 0.54 0 0.57 0.56 117.19 0.4 0.32
Hex 34 71 31 36 0 39 38 75 28 20
Octal 64 161 61 66 0 71 70 165 50 40
Binary 110100 1110001 110001 110110 0 111001 111000 1110101 101000 100000

Color Harmonies of #347131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347131

Black with #347131

Text Example


Text Example

White with #347131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347131; }

 p { color: rgb(52,113,49); }

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

background-color css

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

 a { background-color: rgb(52,113,49); }

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

border-color css

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

 span { border-color: rgb(52,113,49); }

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