#34633D

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

Shades of Hunter Green #34633D

Tints of Hunter Green #34633D

Color information

#34633D (or 0x34633D) is unknown color: approx Hunter Green. HEX triplet: 34, 63 and 3D. RGB value is (52,99,61). Sum of RGB (Red+Green+Blue) = 52+99+61=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #34633D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34633D is #CB9CC2. Grayscale: #505050. Windows color (decimal): -13343939 or 4023092. OLE color: 4023092.

HSL color Cylindrical-coordinate representation of color #34633D: hue angle of 131.49º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #34633D is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB529961-
CMYK0.4700.380.61
HSL131.49º31.13%29.61%-
HSV(B)131.49º47.47%38.82%-
XYZ6.729.995.99-
YUV80.62116.93107.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 99 (39.06% from 255) = 46.70%
BLUE value IS 61 (24.22% from 255) = 28.77%
R=24.53%
G=46.70%
B=28.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5299610.4700.380.61131.4931.1329.61
Hex34633D2F0263D831f1e
Octal641437557046752033736
Binary11010011000111111011011110100110111101100000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34633D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34633D; }

 p { color: rgb(52,99,61); }

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

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

 a { background-color: rgb(52,99,61); }

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

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

 span { border-color: rgb(52,99,61); }

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