Html Css Color HEX #385739 Hunter Green

📋 copy color: '#385739'

red 56 ◦ green 87 ◦ blue 57

#385739
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hunter Green #385739

Tints of Hunter Green #385739

RGB

 RED value IS 56 (22.27% from 255) = 28%

 GREEN value IS 87 (34.38% from 255) = 43.5%

 BLUE value IS 57 (22.66% from 255) = 28.5%

R = 28%
G = 43.5%
B = 28.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.66

RGB Variations

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

Color information

#385739 (or 0x385739) is known color: Hunter Green. HEX triplet: 38, 57 and 39. RGB value is (56,87,57). Sum of RGB (Red+Green+Blue) = 56+87+57=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 87 - color contains mainly: green. Hex color #385739 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385739 is #C7A8C6. Grayscale: #4A4A4A. Windows color (decimal): -13084871 or 3757880. OLE color: 3757880.

HSL color Cylindrical-coordinate representation of color #385739: hue angle of 121.94º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385739 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 87 57 -
CMYK 0.36 0 0.34 0.66
HSL 121.94º 0.22% 0.28% -
HSV(B) 121.94º 0.36% 0.34% -
XYZ 5.78 7.95 5.1 -
YUV 74.31 118.23 114.94 -
System Red Green Blue C M Y K H S L
Decimal 56 87 57 0.36 0 0.34 0.66 121.94 0.22 0.28
Hex 38 57 39 24 0 22 42 7A 16 1C
Octal 70 127 71 44 0 42 102 172 26 34
Binary 111000 1010111 111001 100100 0 100010 1000010 1111010 10110 11100

Color Harmonies of #385739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385739

Black with #385739

Text Example


Text Example

White with #385739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385739; }

 p { color: rgb(56,87,57); }

 H1.HeaderClassName
 {
   color: #385739;
 }
 .AnyTagClassName
 {
   color: #385739;
 }
</style>

background-color css

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

 a { background-color: rgb(56,87,57); }

 div.DivClassName
 {
   background-color: #385739;
 }
 .BgClassName
 {
   background-color: #385739;
 }
</style>

border-color css

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

 span { border-color: rgb(56,87,57); }

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