Html Css Color HEX #347E3A Japanese Laurel

📋 copy color: '#347E3A'

red 52 ◦ green 126 ◦ blue 58

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

Shades of Japanese Laurel #347E3A

Tints of Japanese Laurel #347E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.58%

R = 22.03%
G = 53.39%
B = 24.58%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#347E3A (or 0x347E3A) is known color: Japanese Laurel. HEX triplet: 34, 7E and 3A. RGB value is (52,126,58). Sum of RGB (Red+Green+Blue) = 52+126+58=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 126 (49.61% from 255 or 53.39% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 126 - color contains mainly: green. Hex color #347E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347E3A is #CB81C5. Grayscale: #606060. Windows color (decimal): -13337030 or 3833396. OLE color: 3833396.

HSL color Cylindrical-coordinate representation of color #347E3A: hue angle of 124.86º 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 #347E3A is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 126 58 -
CMYK 0.59 0 0.54 0.51
HSL 124.86º 0.42% 0.35% -
HSV(B) 124.86º 0.59% 0.49% -
XYZ 9.64 15.96 6.57 -
YUV 96.12 106.48 96.53 -
System Red Green Blue C M Y K H S L
Decimal 52 126 58 0.59 0 0.54 0.51 124.86 0.42 0.35
Hex 34 7E 3A 3B 0 36 33 7D 2A 23
Octal 64 176 72 73 0 66 63 175 52 43
Binary 110100 1111110 111010 111011 0 110110 110011 1111101 101010 100011

Color Harmonies of #347E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347E3A

Black with #347E3A

Text Example


Text Example

White with #347E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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