#34633F

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

Shades of Hunter Green #34633F

Tints of Hunter Green #34633F

Color information

#34633F (or 0x34633F) is unknown color: approx Hunter Green. HEX triplet: 34, 63 and 3F. RGB value is (52,99,63). Sum of RGB (Red+Green+Blue) = 52+99+63=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #34633F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34633F is #CB9CC0. Grayscale: #505050. Windows color (decimal): -13343937 or 4154164. OLE color: 4154164.

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

Color convert

RGB529963-
CMYK0.4700.360.61
HSL134.04º31.13%29.61%-
HSV(B)134.04º47.47%38.82%-
XYZ6.7810.016.28-
YUV80.84117.93107.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 99 (39.06% from 255) = 46.26%
BLUE value IS 63 (25% from 255) = 29.44%
R=24.30%
G=46.26%
B=29.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5299630.4700.360.61134.0431.1329.61
Hex34633F2F0243D861f1e
Octal641437757044752063736
Binary11010011000111111111011110100100111101100001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34633F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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