Html Css Color HEX #385C39 Hunter Green

📋 copy color: '#385C39'

red 56 ◦ green 92 ◦ blue 57

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

Shades of Hunter Green #385C39

Tints of Hunter Green #385C39

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.88%

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

R = 27.32%
G = 44.88%
B = 27.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#385C39 (or 0x385C39) is known color: Hunter Green. HEX triplet: 38, 5C and 39. RGB value is (56,92,57). Sum of RGB (Red+Green+Blue) = 56+92+57=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #385C39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C39 is #C7A3C6. Grayscale: #4D4D4D. Windows color (decimal): -13083591 or 3759160. OLE color: 3759160.

HSL color Cylindrical-coordinate representation of color #385C39: hue angle of 121.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #385C39 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 92 57 -
CMYK 0.39 0 0.38 0.64
HSL 121.67º 0.24% 0.29% -
HSV(B) 121.67º 0.39% 0.36% -
XYZ 6.2 8.79 5.24 -
YUV 77.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 56 92 57 0.39 0 0.38 0.64 121.67 0.24 0.29
Hex 38 5C 39 27 0 26 40 7A 18 1D
Octal 70 134 71 47 0 46 100 172 30 35
Binary 111000 1011100 111001 100111 0 100110 1000000 1111010 11000 11101

Color Harmonies of #385C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C39

Black with #385C39

Text Example


Text Example

White with #385C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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