Html Css Color HEX #385B3C Hunter Green

📋 copy color: '#385B3C'

red 56 ◦ green 91 ◦ blue 60

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

Shades of Hunter Green #385B3C

Tints of Hunter Green #385B3C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.96%

 BLUE value IS 60 (23.83% from 255) = 28.99%

R = 27.05%
G = 43.96%
B = 28.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#385B3C (or 0x385B3C) is known color: Hunter Green. HEX triplet: 38, 5B and 3C. RGB value is (56,91,60). Sum of RGB (Red+Green+Blue) = 56+91+60=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 91 - color contains mainly: green. Hex color #385B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385B3C is #C7A4C3. Grayscale: #4D4D4D. Windows color (decimal): -13083844 or 3955512. OLE color: 3955512.

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

Color convert

RGB 56 91 60 -
CMYK 0.38 0 0.34 0.64
HSL 126.86º 0.24% 0.29% -
HSV(B) 126.86º 0.38% 0.36% -
XYZ 6.19 8.65 5.62 -
YUV 77 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 56 91 60 0.38 0 0.34 0.64 126.86 0.24 0.29
Hex 38 5B 3C 26 0 22 40 7F 18 1D
Octal 70 133 74 46 0 42 100 177 30 35
Binary 111000 1011011 111100 100110 0 100010 1000000 1111111 11000 11101

Color Harmonies of #385B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B3C

Black with #385B3C

Text Example


Text Example

White with #385B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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