#38613F

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

Shades of Hunter Green #38613F

Tints of Hunter Green #38613F

Color information

#38613F (or 0x38613F) is unknown color: approx Hunter Green. HEX triplet: 38, 61 and 3F. RGB value is (56,97,63). Sum of RGB (Red+Green+Blue) = 56+97+63=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #38613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38613F is #C79EC0. Grayscale: #505050. Windows color (decimal): -13082305 or 4153656. OLE color: 4153656.

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

Color convert

RGB569763-
CMYK0.4200.350.62
HSL130.24º26.8%30%-
HSV(B)130.24º42.27%38.04%-
XYZ6.89.756.23-
YUV80.86117.92110.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 63 (25% from 255) = 29.17%
R=25.93%
G=44.91%
B=29.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697630.4200.350.62130.2426.830
Hex38613F2A0233E821b1e
Octal701417752043762023336
Binary11100011000011111111010100100011111110100000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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