Html Css Color HEX #347C3F Japanese Laurel

📋 copy color: '#347C3F'

red 52 ◦ green 124 ◦ blue 63

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

Shades of Japanese Laurel #347C3F

Tints of Japanese Laurel #347C3F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.88%

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

R = 21.76%
G = 51.88%
B = 26.36%

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

#347C3F (or 0x347C3F) is known color: Japanese Laurel. HEX triplet: 34, 7C and 3F. RGB value is (52,124,63). Sum of RGB (Red+Green+Blue) = 52+124+63=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #347C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347C3F is #CB83C0. Grayscale: #5F5F5F. Windows color (decimal): -13337537 or 4160564. OLE color: 4160564.

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

Color convert

RGB 52 124 63 -
CMYK 0.58 0 0.49 0.51
HSL 129.17º 0.41% 0.35% -
HSV(B) 129.17º 0.58% 0.49% -
XYZ 9.52 15.5 7.19 -
YUV 95.52 109.65 96.96 -
System Red Green Blue C M Y K H S L
Decimal 52 124 63 0.58 0 0.49 0.51 129.17 0.41 0.35
Hex 34 7C 3F 3A 0 31 33 81 29 23
Octal 64 174 77 72 0 61 63 201 51 43
Binary 110100 1111100 111111 111010 0 110001 110011 10000001 101001 100011

Color Harmonies of #347C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C3F

Black with #347C3F

Text Example


Text Example

White with #347C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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