Html Css Color HEX #346F2C Japanese Laurel

📋 copy color: '#346F2C'

red 52 ◦ green 111 ◦ blue 44

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

Shades of Japanese Laurel #346F2C

Tints of Japanese Laurel #346F2C

RGB

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

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

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

R = 25.12%
G = 53.62%
B = 21.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#346F2C (or 0x346F2C) is known color: Japanese Laurel. HEX triplet: 34, 6F and 2C. RGB value is (52,111,44). Sum of RGB (Red+Green+Blue) = 52+111+44=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #346F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F2C is #CB90D3. Grayscale: #555555. Windows color (decimal): -13340884 or 2912052. OLE color: 2912052.

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

Color convert

RGB 52 111 44 -
CMYK 0.53 0 0.60 0.56
HSL 112.84º 0.43% 0.3% -
HSV(B) 112.84º 0.6% 0.44% -
XYZ 7.56 12.28 4.36 -
YUV 85.72 104.45 103.95 -
System Red Green Blue C M Y K H S L
Decimal 52 111 44 0.53 0 0.60 0.56 112.84 0.43 0.3
Hex 34 6F 2C 35 0 3C 38 71 2B 1E
Octal 64 157 54 65 0 74 70 161 53 36
Binary 110100 1101111 101100 110101 0 111100 111000 1110001 101011 11110

Color Harmonies of #346F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F2C

Black with #346F2C

Text Example


Text Example

White with #346F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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