Html Css Color HEX #347F40 Japanese Laurel

📋 copy color: '#347F40'

red 52 ◦ green 127 ◦ blue 64

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

Shades of Japanese Laurel #347F40

Tints of Japanese Laurel #347F40

RGB

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

 GREEN value IS 127 (50% from 255) = 52.26%

 BLUE value IS 64 (25.39% from 255) = 26.34%

R = 21.4%
G = 52.26%
B = 26.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#347F40 (or 0x347F40) is known color: Japanese Laurel. HEX triplet: 34, 7F and 40. RGB value is (52,127,64). Sum of RGB (Red+Green+Blue) = 52+127+64=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 127 (50% from 255 or 52.26% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 127 - color contains mainly: green. Hex color #347F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347F40 is #CB80BF. Grayscale: #616161. Windows color (decimal): -13336768 or 4226868. OLE color: 4226868.

HSL color Cylindrical-coordinate representation of color #347F40: hue angle of 129.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347F40 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 127 64 -
CMYK 0.59 0 0.50 0.50
HSL 129.6º 0.42% 0.35% -
HSV(B) 129.6º 0.59% 0.5% -
XYZ 9.93 16.28 7.47 -
YUV 97.39 109.15 95.62 -
System Red Green Blue C M Y K H S L
Decimal 52 127 64 0.59 0 0.50 0.50 129.6 0.42 0.35
Hex 34 7F 40 3B 0 32 32 82 2A 23
Octal 64 177 100 73 0 62 62 202 52 43
Binary 110100 1111111 1000000 111011 0 110010 110010 10000010 101010 100011

Color Harmonies of #347F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F40

Black with #347F40

Text Example


Text Example

White with #347F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,127,64); }

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

background-color css

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

 a { background-color: rgb(52,127,64); }

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

border-color css

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

 span { border-color: rgb(52,127,64); }

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