#385A3D

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

Shades of Hunter Green #385A3D

Tints of Hunter Green #385A3D

Color information

#385A3D (or 0x385A3D) is unknown color: approx Hunter Green. HEX triplet: 38, 5A and 3D. RGB value is (56,90,61). Sum of RGB (Red+Green+Blue) = 56+90+61=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #385A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A3D is #C7A5C2. Grayscale: #4C4C4C. Windows color (decimal): -13084099 or 4020792. OLE color: 4020792.

HSL color Cylindrical-coordinate representation of color #385A3D: hue angle of 128.82º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385A3D is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB569061-
CMYK0.3800.320.65
HSL128.82º23.29%28.63%-
HSV(B)128.82º37.78%35.29%-
XYZ6.138.495.73-
YUV76.53119.24113.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 90 (35.55% from 255) = 43.48%
BLUE value IS 61 (24.22% from 255) = 29.47%
R=27.05%
G=43.48%
B=29.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5690610.3800.320.65128.8223.2928.63
Hex385A3D260204181171d
Octal7013275460401012012735
Binary111000101101011110110011001000001000001100000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385A3D; }

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

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

<style>
 a { background-color: #385A3D; }

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

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

<style>
 span { border-color: #385A3D; }

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

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