Html Css Color HEX #346F37 Japanese Laurel

📋 copy color: '#346F37'

red 52 ◦ green 111 ◦ blue 55

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

Shades of Japanese Laurel #346F37

Tints of Japanese Laurel #346F37

RGB

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

 GREEN value IS 111 (43.75% from 255) = 50.92%

 BLUE value IS 55 (21.88% from 255) = 25.23%

R = 23.85%
G = 50.92%
B = 25.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#346F37 (or 0x346F37) is known color: Japanese Laurel. HEX triplet: 34, 6F and 37. RGB value is (52,111,55). Sum of RGB (Red+Green+Blue) = 52+111+55=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #346F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F37 is #CB90C8. Grayscale: #575757. Windows color (decimal): -13340873 or 3632948. OLE color: 3632948.

HSL color Cylindrical-coordinate representation of color #346F37: hue angle of 123.05º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346F37 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 111 55 -
CMYK 0.53 0 0.50 0.56
HSL 123.05º 0.36% 0.32% -
HSV(B) 123.05º 0.53% 0.44% -
XYZ 7.79 12.37 5.59 -
YUV 86.98 109.95 103.05 -
System Red Green Blue C M Y K H S L
Decimal 52 111 55 0.53 0 0.50 0.56 123.05 0.36 0.32
Hex 34 6F 37 35 0 32 38 7B 24 20
Octal 64 157 67 65 0 62 70 173 44 40
Binary 110100 1101111 110111 110101 0 110010 111000 1111011 100100 100000

Color Harmonies of #346F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F37

Black with #346F37

Text Example


Text Example

White with #346F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346F37; }

 p { color: rgb(52,111,55); }

 H1.HeaderClassName
 {
   color: #346F37;
 }
 .AnyTagClassName
 {
   color: #346F37;
 }
</style>

background-color css

<style>
 a { background-color: #346F37; }

 a { background-color: rgb(52,111,55); }

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

border-color css

<style>
 span { border-color: #346F37; }

 span { border-color: rgb(52,111,55); }

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