Html Css Color HEX #347D32 Japanese Laurel

📋 copy color: '#347D32'

red 52 ◦ green 125 ◦ blue 50

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

Shades of Japanese Laurel #347D32

Tints of Japanese Laurel #347D32

RGB

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

 GREEN value IS 125 (49.22% from 255) = 55.07%

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

R = 22.91%
G = 55.07%
B = 22.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#347D32 (or 0x347D32) is known color: Japanese Laurel. HEX triplet: 34, 7D and 32. RGB value is (52,125,50). Sum of RGB (Red+Green+Blue) = 52+125+50=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 125 (49.22% from 255 or 55.07% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 125 - color contains mainly: green. Hex color #347D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347D32 is #CB82CD. Grayscale: #5E5E5E. Windows color (decimal): -13337294 or 3308852. OLE color: 3308852.

HSL color Cylindrical-coordinate representation of color #347D32: hue angle of 118.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #347D32 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 125 50 -
CMYK 0.58 0 0.60 0.51
HSL 118.4º 0.43% 0.34% -
HSV(B) 118.4º 0.6% 0.49% -
XYZ 9.33 15.63 5.54 -
YUV 94.62 102.82 97.6 -
System Red Green Blue C M Y K H S L
Decimal 52 125 50 0.58 0 0.60 0.51 118.4 0.43 0.34
Hex 34 7D 32 3A 0 3C 33 76 2B 22
Octal 64 175 62 72 0 74 63 166 53 42
Binary 110100 1111101 110010 111010 0 111100 110011 1110110 101011 100010

Color Harmonies of #347D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347D32

Black with #347D32

Text Example


Text Example

White with #347D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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