Html Css Color HEX #347A3E Japanese Laurel

📋 copy color: '#347A3E'

red 52 ◦ green 122 ◦ blue 62

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

Shades of Japanese Laurel #347A3E

Tints of Japanese Laurel #347A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.27%

R = 22.03%
G = 51.69%
B = 26.27%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.52

RGB Variations

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

Color information

#347A3E (or 0x347A3E) is known color: Japanese Laurel. HEX triplet: 34, 7A and 3E. RGB value is (52,122,62). Sum of RGB (Red+Green+Blue) = 52+122+62=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 122 (48.05% from 255 or 51.69% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 122 - color contains mainly: green. Hex color #347A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347A3E is #CB85C1. Grayscale: #5E5E5E. Windows color (decimal): -13338050 or 4094516. OLE color: 4094516.

HSL color Cylindrical-coordinate representation of color #347A3E: hue angle of 128.57º 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 #347A3E is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 122 62 -
CMYK 0.57 0 0.49 0.52
HSL 128.57º 0.4% 0.34% -
HSV(B) 128.57º 0.57% 0.48% -
XYZ 9.25 15 6.96 -
YUV 94.23 109.81 97.88 -
System Red Green Blue C M Y K H S L
Decimal 52 122 62 0.57 0 0.49 0.52 128.57 0.4 0.34
Hex 34 7A 3E 39 0 31 34 81 28 22
Octal 64 172 76 71 0 61 64 201 50 42
Binary 110100 1111010 111110 111001 0 110001 110100 10000001 101000 100010

Color Harmonies of #347A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347A3E

Black with #347A3E

Text Example


Text Example

White with #347A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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