#34643F

Color #34643F Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #34643F

Tints of Hunter Green #34643F

Color information

#34643F (or 0x34643F) is unknown color: approx Hunter Green. HEX triplet: 34, 64 and 3F. RGB value is (52,100,63). Sum of RGB (Red+Green+Blue) = 52+100+63=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #34643F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34643F is #CB9BC0. Grayscale: #515151. Windows color (decimal): -13343681 or 4154420. OLE color: 4154420.

HSL color Cylindrical-coordinate representation of color #34643F: hue angle of 133.75º 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 #34643F is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB5210063-
CMYK0.4800.370.61
HSL133.75º31.58%29.8%-
HSV(B)133.75º48%39.22%-
XYZ6.8710.26.31-
YUV81.43117.6107.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 100 (39.45% from 255) = 46.51%
BLUE value IS 63 (25% from 255) = 29.30%
R=24.19%
G=46.51%
B=29.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52100630.4800.370.61133.7531.5829.8
Hex34643F300253D86201e
Octal641447760045752064036
Binary110100110010011111111000001001011111011000011010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34643F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34643F; }

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

 H1.HeaderClassName
 {
   color: #34643F;
 }
 .AnyTagClassName
 {
   color: #34643F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #34643F;
 }
 .BgClassName
 {
   background-color: #34643F;
 }
</style>
border-color css

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

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

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