Html Css Color HEX #346240 Hunter Green

📋 copy color: '#346240'

red 52 ◦ green 98 ◦ blue 64

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

Shades of Hunter Green #346240

Tints of Hunter Green #346240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 29.91%

R = 24.3%
G = 45.79%
B = 29.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#346240 (or 0x346240) is known color: Hunter Green. HEX triplet: 34, 62 and 40. RGB value is (52,98,64). Sum of RGB (Red+Green+Blue) = 52+98+64=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #346240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346240 is #CB9DBF. Grayscale: #505050. Windows color (decimal): -13344192 or 4219444. OLE color: 4219444.

HSL color Cylindrical-coordinate representation of color #346240: hue angle of 135.65º 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 #346240 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 98 64 -
CMYK 0.47 0 0.35 0.62
HSL 135.65º 0.31% 0.29% -
HSV(B) 135.65º 0.47% 0.38% -
XYZ 6.71 9.84 6.4 -
YUV 80.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 52 98 64 0.47 0 0.35 0.62 135.65 0.31 0.29
Hex 34 62 40 2F 0 23 3E 88 1F 1D
Octal 64 142 100 57 0 43 76 210 37 35
Binary 110100 1100010 1000000 101111 0 100011 111110 10001000 11111 11101

Color Harmonies of #346240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346240

Black with #346240

Text Example


Text Example

White with #346240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346240; }

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

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

background-color css

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

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

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

border-color css

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

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

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