Html Css Color HEX #346F42 Hunter Green

📋 copy color: '#346F42'

red 52 ◦ green 111 ◦ blue 66

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

Shades of Hunter Green #346F42

Tints of Hunter Green #346F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.82%

R = 22.71%
G = 48.47%
B = 28.82%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#346F42 (or 0x346F42) is known color: Hunter Green. HEX triplet: 34, 6F and 42. RGB value is (52,111,66). Sum of RGB (Red+Green+Blue) = 52+111+66=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 111 - color contains mainly: green. Hex color #346F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F42 is #CB90BD. Grayscale: #585858. Windows color (decimal): -13340862 or 4353844. OLE color: 4353844.

HSL color Cylindrical-coordinate representation of color #346F42: hue angle of 134.24º 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 #346F42 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 111 66 -
CMYK 0.53 0 0.41 0.56
HSL 134.24º 0.36% 0.32% -
HSV(B) 134.24º 0.53% 0.44% -
XYZ 8.08 12.49 7.14 -
YUV 88.23 115.45 102.16 -
System Red Green Blue C M Y K H S L
Decimal 52 111 66 0.53 0 0.41 0.56 134.24 0.36 0.32
Hex 34 6F 42 35 0 29 38 86 24 20
Octal 64 157 102 65 0 51 70 206 44 40
Binary 110100 1101111 1000010 110101 0 101001 111000 10000110 100100 100000

Color Harmonies of #346F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F42

Black with #346F42

Text Example


Text Example

White with #346F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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