Html Css Color HEX #347D40 Japanese Laurel

📋 copy color: '#347D40'

red 52 ◦ green 125 ◦ blue 64

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

Shades of Japanese Laurel #347D40

Tints of Japanese Laurel #347D40

RGB

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

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

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

R = 21.58%
G = 51.87%
B = 26.56%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#347D40 (or 0x347D40) is known color: Japanese Laurel. HEX triplet: 34, 7D and 40. RGB value is (52,125,64). Sum of RGB (Red+Green+Blue) = 52+125+64=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #347D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347D40 is #CB82BF. Grayscale: #606060. Windows color (decimal): -13337280 or 4226356. OLE color: 4226356.

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

Color convert

RGB 52 125 64 -
CMYK 0.58 0 0.49 0.51
HSL 129.86º 0.41% 0.35% -
HSV(B) 129.86º 0.58% 0.49% -
XYZ 9.68 15.77 7.38 -
YUV 96.22 109.82 96.46 -
System Red Green Blue C M Y K H S L
Decimal 52 125 64 0.58 0 0.49 0.51 129.86 0.41 0.35
Hex 34 7D 40 3A 0 31 33 82 29 23
Octal 64 175 100 72 0 61 63 202 51 43
Binary 110100 1111101 1000000 111010 0 110001 110011 10000010 101001 100011

Color Harmonies of #347D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347D40

Black with #347D40

Text Example


Text Example

White with #347D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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