Html Css Color HEX #347F3F Japanese Laurel

📋 copy color: '#347F3F'

red 52 ◦ green 127 ◦ blue 63

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

Shades of Japanese Laurel #347F3F

Tints of Japanese Laurel #347F3F

RGB

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

 GREEN value IS 127 (50% from 255) = 52.48%

 BLUE value IS 63 (25% from 255) = 26.03%

R = 21.49%
G = 52.48%
B = 26.03%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#347F3F (or 0x347F3F) is known color: Japanese Laurel. HEX triplet: 34, 7F and 3F. RGB value is (52,127,63). Sum of RGB (Red+Green+Blue) = 52+127+63=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #347F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347F3F is #CB80C0. Grayscale: #616161. Windows color (decimal): -13336769 or 4161332. OLE color: 4161332.

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

Color convert

RGB 52 127 63 -
CMYK 0.59 0 0.50 0.50
HSL 128.8º 0.42% 0.35% -
HSV(B) 128.8º 0.59% 0.5% -
XYZ 9.9 16.27 7.32 -
YUV 97.28 108.65 95.7 -
System Red Green Blue C M Y K H S L
Decimal 52 127 63 0.59 0 0.50 0.50 128.8 0.42 0.35
Hex 34 7F 3F 3B 0 32 32 81 2A 23
Octal 64 177 77 73 0 62 62 201 52 43
Binary 110100 1111111 111111 111011 0 110010 110010 10000001 101010 100011

Color Harmonies of #347F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F3F

Black with #347F3F

Text Example


Text Example

White with #347F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,127,63); }

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

background-color css

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

 a { background-color: rgb(52,127,63); }

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

border-color css

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

 span { border-color: rgb(52,127,63); }

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