Html Css Color HEX #347A40 Japanese Laurel

📋 copy color: '#347A40'

red 52 ◦ green 122 ◦ blue 64

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

Shades of Japanese Laurel #347A40

Tints of Japanese Laurel #347A40

RGB

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

 GREEN value IS 122 (48.05% from 255) = 51.26%

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

R = 21.85%
G = 51.26%
B = 26.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#347A40 (or 0x347A40) is known color: Japanese Laurel. HEX triplet: 34, 7A and 40. RGB value is (52,122,64). Sum of RGB (Red+Green+Blue) = 52+122+64=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #347A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347A40 is #CB85BF. Grayscale: #5E5E5E. Windows color (decimal): -13338048 or 4225588. OLE color: 4225588.

HSL color Cylindrical-coordinate representation of color #347A40: hue angle of 130.29º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347A40 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 122 64 -
CMYK 0.57 0 0.48 0.52
HSL 130.29º 0.4% 0.34% -
HSV(B) 130.29º 0.57% 0.48% -
XYZ 9.3 15.02 7.26 -
YUV 94.46 110.81 97.72 -
System Red Green Blue C M Y K H S L
Decimal 52 122 64 0.57 0 0.48 0.52 130.29 0.4 0.34
Hex 34 7A 40 39 0 30 34 82 28 22
Octal 64 172 100 71 0 60 64 202 50 42
Binary 110100 1111010 1000000 111001 0 110000 110100 10000010 101000 100010

Color Harmonies of #347A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347A40

Black with #347A40

Text Example


Text Example

White with #347A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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