#38613C

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

Shades of Hunter Green #38613C

Tints of Hunter Green #38613C

Color information

#38613C (or 0x38613C) is unknown color: approx Hunter Green. HEX triplet: 38, 61 and 3C. RGB value is (56,97,60). Sum of RGB (Red+Green+Blue) = 56+97+60=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #38613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38613C is #C79EC3. Grayscale: #505050. Windows color (decimal): -13082308 or 3957048. OLE color: 3957048.

HSL color Cylindrical-coordinate representation of color #38613C: hue angle of 125.85º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #38613C is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB569760-
CMYK0.4200.380.62
HSL125.85º26.8%30%-
HSV(B)125.85º42.27%38.04%-
XYZ6.729.725.8-
YUV80.52116.42110.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 97 (38.28% from 255) = 45.54%
BLUE value IS 60 (23.83% from 255) = 28.17%
R=26.29%
G=45.54%
B=28.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697600.4200.380.62125.8526.830
Hex38613C2A0263E7e1b1e
Octal701417452046761763336
Binary1110001100001111100101010010011011111011111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38613C; }

 p { color: rgb(56,97,60); }

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

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

 a { background-color: rgb(56,97,60); }

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

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

 span { border-color: rgb(56,97,60); }

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