Html Css Color HEX #346242 Hunter Green

📋 copy color: '#346242'

red 52 ◦ green 98 ◦ blue 66

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

Shades of Hunter Green #346242

Tints of Hunter Green #346242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.37%

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

R = 24.07%
G = 45.37%
B = 30.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#346242 (or 0x346242) is known color: Hunter Green. HEX triplet: 34, 62 and 42. RGB value is (52,98,66). Sum of RGB (Red+Green+Blue) = 52+98+66=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #346242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346242 is #CB9DBD. Grayscale: #505050. Windows color (decimal): -13344190 or 4350516. OLE color: 4350516.

HSL color Cylindrical-coordinate representation of color #346242: hue angle of 138.26º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #346242 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 98 66 -
CMYK 0.47 0 0.33 0.62
HSL 138.26º 0.31% 0.29% -
HSV(B) 138.26º 0.47% 0.38% -
XYZ 6.77 9.86 6.7 -
YUV 80.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 52 98 66 0.47 0 0.33 0.62 138.26 0.31 0.29
Hex 34 62 42 2F 0 21 3E 8A 1F 1D
Octal 64 142 102 57 0 41 76 212 37 35
Binary 110100 1100010 1000010 101111 0 100001 111110 10001010 11111 11101

Color Harmonies of #346242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346242

Black with #346242

Text Example


Text Example

White with #346242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346242; }

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

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

background-color css

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

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

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

border-color css

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

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

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