Html Css Color HEX #386539 Hunter Green

📋 copy color: '#386539'

red 56 ◦ green 101 ◦ blue 57

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

Shades of Hunter Green #386539

Tints of Hunter Green #386539

RGB

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

 GREEN value IS 101 (39.84% from 255) = 47.2%

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

R = 26.17%
G = 47.2%
B = 26.64%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.60

RGB Variations

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

Color information

#386539 (or 0x386539) is known color: Hunter Green. HEX triplet: 38, 65 and 39. RGB value is (56,101,57). Sum of RGB (Red+Green+Blue) = 56+101+57=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 101 - color contains mainly: green. Hex color #386539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386539 is #C79AC6. Grayscale: #525252. Windows color (decimal): -13081287 or 3761464. OLE color: 3761464.

HSL color Cylindrical-coordinate representation of color #386539: hue angle of 121.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #386539 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 101 57 -
CMYK 0.45 0 0.44 0.60
HSL 121.33º 0.29% 0.31% -
HSV(B) 121.33º 0.45% 0.4% -
XYZ 7.02 10.44 5.52 -
YUV 82.53 113.59 109.08 -
System Red Green Blue C M Y K H S L
Decimal 56 101 57 0.45 0 0.44 0.60 121.33 0.29 0.31
Hex 38 65 39 2D 0 2C 3C 79 1D 1F
Octal 70 145 71 55 0 54 74 171 35 37
Binary 111000 1100101 111001 101101 0 101100 111100 1111001 11101 11111

Color Harmonies of #386539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386539

Black with #386539

Text Example


Text Example

White with #386539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386539; }

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

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

background-color css

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

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

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

border-color css

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

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

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