Html Css Color HEX #347132 Japanese Laurel

📋 copy color: '#347132'

red 52 ◦ green 113 ◦ blue 50

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

Shades of Japanese Laurel #347132

Tints of Japanese Laurel #347132

RGB

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

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

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

R = 24.19%
G = 52.56%
B = 23.26%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#347132 (or 0x347132) is known color: Japanese Laurel. HEX triplet: 34, 71 and 32. RGB value is (52,113,50). Sum of RGB (Red+Green+Blue) = 52+113+50=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #347132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347132 is #CB8ECD. Grayscale: #575757. Windows color (decimal): -13340366 or 3305780. OLE color: 3305780.

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

Color convert

RGB 52 113 50 -
CMYK 0.54 0 0.56 0.56
HSL 118.1º 0.39% 0.32% -
HSV(B) 118.1º 0.56% 0.44% -
XYZ 7.9 12.77 5.07 -
YUV 87.58 106.79 102.62 -
System Red Green Blue C M Y K H S L
Decimal 52 113 50 0.54 0 0.56 0.56 118.1 0.39 0.32
Hex 34 71 32 36 0 38 38 76 27 20
Octal 64 161 62 66 0 70 70 166 47 40
Binary 110100 1110001 110010 110110 0 111000 111000 1110110 100111 100000

Color Harmonies of #347132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347132

Black with #347132

Text Example


Text Example

White with #347132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347132; }

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

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

background-color css

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

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

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

border-color css

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

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

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