Html Css Color HEX #346440 Hunter Green

📋 copy color: '#346440'

red 52 ◦ green 100 ◦ blue 64

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

Shades of Hunter Green #346440

Tints of Hunter Green #346440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.3%

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

R = 24.07%
G = 46.3%
B = 29.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#346440 (or 0x346440) is known color: Hunter Green. HEX triplet: 34, 64 and 40. RGB value is (52,100,64). Sum of RGB (Red+Green+Blue) = 52+100+64=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 100 - color contains mainly: green. Hex color #346440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346440 is #CB9BBF. Grayscale: #515151. Windows color (decimal): -13343680 or 4219956. OLE color: 4219956.

HSL color Cylindrical-coordinate representation of color #346440: hue angle of 135º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #346440 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 100 64 -
CMYK 0.48 0 0.36 0.61
HSL 135º 0.32% 0.3% -
HSV(B) 135º 0.48% 0.39% -
XYZ 6.9 10.21 6.46 -
YUV 81.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 52 100 64 0.48 0 0.36 0.61 135 0.32 0.3
Hex 34 64 40 30 0 24 3D 87 20 1E
Octal 64 144 100 60 0 44 75 207 40 36
Binary 110100 1100100 1000000 110000 0 100100 111101 10000111 100000 11110

Color Harmonies of #346440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346440

Black with #346440

Text Example


Text Example

White with #346440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346440; }

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

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

background-color css

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

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

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

border-color css

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

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

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