#38693E

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

Shades of Hunter Green #38693E

Tints of Hunter Green #38693E

Color information

#38693E (or 0x38693E) is unknown color: approx Hunter Green. HEX triplet: 38, 69 and 3E. RGB value is (56,105,62). Sum of RGB (Red+Green+Blue) = 56+105+62=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #38693E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38693E is #C796C1. Grayscale: #555555. Windows color (decimal): -13080258 or 4090168. OLE color: 4090168.

HSL color Cylindrical-coordinate representation of color #38693E: hue angle of 127.35º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38693E is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB5610562-
CMYK0.4700.410.59
HSL127.35º30.43%31.57%-
HSV(B)127.35º46.67%41.18%-
XYZ7.5511.296.34-
YUV85.45114.77107-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.11%
GREEN value IS 105 (41.41% from 255) = 47.09%
BLUE value IS 62 (24.61% from 255) = 27.80%
R=25.11%
G=47.09%
B=27.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105620.4700.410.59127.3530.4331.57
Hex38693E2F0293B7f1e20
Octal701517657051731773640
Binary11100011010011111101011110101001111011111111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38693E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38693E; }

 p { color: rgb(56,105,62); }

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

<style>
 a { background-color: #38693E; }

 a { background-color: rgb(56,105,62); }

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

<style>
 span { border-color: #38693E; }

 span { border-color: rgb(56,105,62); }

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