Html Css Color HEX #395B40 Hunter Green

📋 copy color: '#395B40'

red 57 ◦ green 91 ◦ blue 64

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

Shades of Hunter Green #395B40

Tints of Hunter Green #395B40

RGB

 RED value IS 57 (22.66% from 255) = 26.89%

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

 BLUE value IS 64 (25.39% from 255) = 30.19%

R = 26.89%
G = 42.92%
B = 30.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#395B40 (or 0x395B40) is known color: Hunter Green. HEX triplet: 39, 5B and 40. RGB value is (57,91,64). Sum of RGB (Red+Green+Blue) = 57+91+64=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 91 - color contains mainly: green. Hex color #395B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395B40 is #C6A4BF. Grayscale: #4D4D4D. Windows color (decimal): -13018304 or 4217657. OLE color: 4217657.

HSL color Cylindrical-coordinate representation of color #395B40: hue angle of 132.35º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395B40 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 91 64 -
CMYK 0.37 0 0.30 0.64
HSL 132.35º 0.23% 0.29% -
HSV(B) 132.35º 0.37% 0.36% -
XYZ 6.35 8.72 6.2 -
YUV 77.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 57 91 64 0.37 0 0.30 0.64 132.35 0.23 0.29
Hex 39 5B 40 25 0 1E 40 84 17 1D
Octal 71 133 100 45 0 36 100 204 27 35
Binary 111001 1011011 1000000 100101 0 11110 1000000 10000100 10111 11101

Color Harmonies of #395B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B40

Black with #395B40

Text Example


Text Example

White with #395B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395B40; }

 p { color: rgb(57,91,64); }

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

background-color css

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

 a { background-color: rgb(57,91,64); }

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

border-color css

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

 span { border-color: rgb(57,91,64); }

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