Html Css Color HEX #385539 Hunter Green

📋 copy color: '#385539'

red 56 ◦ green 85 ◦ blue 57

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

Shades of Hunter Green #385539

Tints of Hunter Green #385539

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.93%

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

R = 28.28%
G = 42.93%
B = 28.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#385539 (or 0x385539) is known color: Hunter Green. HEX triplet: 38, 55 and 39. RGB value is (56,85,57). Sum of RGB (Red+Green+Blue) = 56+85+57=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #385539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385539 is #C7AAC6. Grayscale: #494949. Windows color (decimal): -13085383 or 3757368. OLE color: 3757368.

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

Color convert

RGB 56 85 57 -
CMYK 0.34 0 0.33 0.67
HSL 122.07º 0.21% 0.28% -
HSV(B) 122.07º 0.34% 0.33% -
XYZ 5.62 7.63 5.05 -
YUV 73.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 56 85 57 0.34 0 0.33 0.67 122.07 0.21 0.28
Hex 38 55 39 22 0 21 43 7A 15 1C
Octal 70 125 71 42 0 41 103 172 25 34
Binary 111000 1010101 111001 100010 0 100001 1000011 1111010 10101 11100

Color Harmonies of #385539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385539

Black with #385539

Text Example


Text Example

White with #385539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385539; }

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

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

background-color css

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

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

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

border-color css

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

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

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