Html Css Color HEX #346E2C Japanese Laurel

📋 copy color: '#346E2C'

red 52 ◦ green 110 ◦ blue 44

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

Shades of Japanese Laurel #346E2C

Tints of Japanese Laurel #346E2C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 53.4%

 BLUE value IS 44 (17.58% from 255) = 21.36%

R = 25.24%
G = 53.4%
B = 21.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.6

 K value IS 0.57

RGB Variations

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

Color information

#346E2C (or 0x346E2C) is known color: Japanese Laurel. HEX triplet: 34, 6E and 2C. RGB value is (52,110,44). Sum of RGB (Red+Green+Blue) = 52+110+44=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #346E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346E2C is #CB91D3. Grayscale: #555555. Windows color (decimal): -13341140 or 2911796. OLE color: 2911796.

HSL color Cylindrical-coordinate representation of color #346E2C: hue angle of 112.73º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346E2C is Cyan = 0.53, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 110 44 -
CMYK 0.53 0 0.6 0.57
HSL 112.73º 0.43% 0.3% -
HSV(B) 112.73º 0.6% 0.43% -
XYZ 7.45 12.06 4.32 -
YUV 85.13 104.78 104.37 -
System Red Green Blue C M Y K H S L
Decimal 52 110 44 0.53 0 0.6 0.57 112.73 0.43 0.3
Hex 34 6E 2C 35 0 3C 39 71 2B 1E
Octal 64 156 54 65 0 74 71 161 53 36
Binary 110100 1101110 101100 110101 0 111100 111001 1110001 101011 11110

Color Harmonies of #346E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346E2C

Black with #346E2C

Text Example


Text Example

White with #346E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,110,44); }

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

background-color css

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

 a { background-color: rgb(52,110,44); }

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

border-color css

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

 span { border-color: rgb(52,110,44); }

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