Html Css Color HEX #347129 Japanese Laurel

📋 copy color: '#347129'

red 52 ◦ green 113 ◦ blue 41

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

Shades of Japanese Laurel #347129

Tints of Japanese Laurel #347129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.9%

R = 25.24%
G = 54.85%
B = 19.9%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#347129 (or 0x347129) is known color: Japanese Laurel. HEX triplet: 34, 71 and 29. RGB value is (52,113,41). Sum of RGB (Red+Green+Blue) = 52+113+41=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #347129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347129 is #CB8ED6. Grayscale: #565656. Windows color (decimal): -13340375 or 2715956. OLE color: 2715956.

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

Color convert

RGB 52 113 41 -
CMYK 0.54 0 0.64 0.56
HSL 110.83º 0.47% 0.3% -
HSV(B) 110.83º 0.64% 0.44% -
XYZ 7.72 12.7 4.14 -
YUV 86.55 102.29 103.35 -
System Red Green Blue C M Y K H S L
Decimal 52 113 41 0.54 0 0.64 0.56 110.83 0.47 0.3
Hex 34 71 29 36 0 40 38 6F 2F 1E
Octal 64 161 51 66 0 100 70 157 57 36
Binary 110100 1110001 101001 110110 0 1000000 111000 1101111 101111 11110

Color Harmonies of #347129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347129

Black with #347129

Text Example


Text Example

White with #347129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347129; }

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

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

background-color css

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

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

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

border-color css

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

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

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