Html Css Color HEX #347E42 Japanese Laurel

📋 copy color: '#347E42'

red 52 ◦ green 126 ◦ blue 66

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

Shades of Japanese Laurel #347E42

Tints of Japanese Laurel #347E42

RGB

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

 GREEN value IS 126 (49.61% from 255) = 51.64%

 BLUE value IS 66 (26.17% from 255) = 27.05%

R = 21.31%
G = 51.64%
B = 27.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#347E42 (or 0x347E42) is known color: Japanese Laurel. HEX triplet: 34, 7E and 42. RGB value is (52,126,66). Sum of RGB (Red+Green+Blue) = 52+126+66=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 126 (49.61% from 255 or 51.64% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 126 - color contains mainly: green. Hex color #347E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347E42 is #CB81BD. Grayscale: #616161. Windows color (decimal): -13337022 or 4357684. OLE color: 4357684.

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

Color convert

RGB 52 126 66 -
CMYK 0.59 0 0.48 0.51
HSL 131.35º 0.42% 0.35% -
HSV(B) 131.35º 0.59% 0.49% -
XYZ 9.86 16.05 7.73 -
YUV 97.03 110.48 95.88 -
System Red Green Blue C M Y K H S L
Decimal 52 126 66 0.59 0 0.48 0.51 131.35 0.42 0.35
Hex 34 7E 42 3B 0 30 33 83 2A 23
Octal 64 176 102 73 0 60 63 203 52 43
Binary 110100 1111110 1000010 111011 0 110000 110011 10000011 101010 100011

Color Harmonies of #347E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347E42

Black with #347E42

Text Example


Text Example

White with #347E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,126,66); }

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

background-color css

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

 a { background-color: rgb(52,126,66); }

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

border-color css

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

 span { border-color: rgb(52,126,66); }

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