#38693C

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

Shades of Hunter Green #38693C

Tints of Hunter Green #38693C

Color information

#38693C (or 0x38693C) is unknown color: approx Hunter Green. HEX triplet: 38, 69 and 3C. RGB value is (56,105,60). Sum of RGB (Red+Green+Blue) = 56+105+60=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #38693C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38693C is #C796C3. Grayscale: #555555. Windows color (decimal): -13080260 or 3959096. OLE color: 3959096.

HSL color Cylindrical-coordinate representation of color #38693C: hue angle of 124.9º 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 #38693C is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB5610560-
CMYK0.4700.430.59
HSL124.9º30.43%31.57%-
HSV(B)124.9º46.67%41.18%-
XYZ7.511.276.06-
YUV85.22113.77107.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 105 (41.41% from 255) = 47.51%
BLUE value IS 60 (23.83% from 255) = 27.15%
R=25.34%
G=47.51%
B=27.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105600.4700.430.59124.930.4331.57
Hex38693C2F02B3B7d1e20
Octal701517457053731753640
Binary11100011010011111001011110101011111011111110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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