#38613D

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

Shades of Hunter Green #38613D

Tints of Hunter Green #38613D

Color information

#38613D (or 0x38613D) is unknown color: approx Hunter Green. HEX triplet: 38, 61 and 3D. RGB value is (56,97,61). Sum of RGB (Red+Green+Blue) = 56+97+61=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #38613D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38613D is #C79EC2. Grayscale: #505050. Windows color (decimal): -13082307 or 4022584. OLE color: 4022584.

HSL color Cylindrical-coordinate representation of color #38613D: hue angle of 127.32º 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 #38613D is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB569761-
CMYK0.4200.370.62
HSL127.32º26.8%30%-
HSV(B)127.32º42.27%38.04%-
XYZ6.759.735.94-
YUV80.64116.92110.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 61 (24.22% from 255) = 28.50%
R=26.17%
G=45.33%
B=28.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697610.4200.370.62127.3226.830
Hex38613D2A0253E7f1b1e
Octal701417552045761773336
Binary1110001100001111101101010010010111111011111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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