Html Css Color HEX #347C3C Japanese Laurel

📋 copy color: '#347C3C'

red 52 ◦ green 124 ◦ blue 60

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

Shades of Japanese Laurel #347C3C

Tints of Japanese Laurel #347C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.42%

R = 22.03%
G = 52.54%
B = 25.42%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#347C3C (or 0x347C3C) is known color: Japanese Laurel. HEX triplet: 34, 7C and 3C. RGB value is (52,124,60). Sum of RGB (Red+Green+Blue) = 52+124+60=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #347C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347C3C is #CB83C3. Grayscale: #5F5F5F. Windows color (decimal): -13337540 or 3963956. OLE color: 3963956.

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

Color convert

RGB 52 124 60 -
CMYK 0.58 0 0.52 0.51
HSL 126.67º 0.41% 0.35% -
HSV(B) 126.67º 0.58% 0.49% -
XYZ 9.44 15.47 6.76 -
YUV 95.18 108.15 97.2 -
System Red Green Blue C M Y K H S L
Decimal 52 124 60 0.58 0 0.52 0.51 126.67 0.41 0.35
Hex 34 7C 3C 3A 0 34 33 7F 29 23
Octal 64 174 74 72 0 64 63 177 51 43
Binary 110100 1111100 111100 111010 0 110100 110011 1111111 101001 100011

Color Harmonies of #347C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C3C

Black with #347C3C

Text Example


Text Example

White with #347C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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