Html Css Color HEX #5F7335 Dark Olive Green

📋 copy color: '#5F7335'

red 95 ◦ green 115 ◦ blue 53

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

Shades of Dark Olive Green #5F7335

Tints of Dark Olive Green #5F7335

RGB

 RED value IS 95 (37.5% from 255) = 36.12%

 GREEN value IS 115 (45.31% from 255) = 43.73%

 BLUE value IS 53 (21.09% from 255) = 20.15%

R = 36.12%
G = 43.73%
B = 20.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#5F7335 (or 0x5F7335) is known color: Dark Olive Green. HEX triplet: 5F, 73 and 35. RGB value is (95,115,53). Sum of RGB (Red+Green+Blue) = 95+115+53=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #5F7335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7335 is #A08CCA. Grayscale: #666666. Windows color (decimal): -10521803 or 3502943. OLE color: 3502943.

HSL color Cylindrical-coordinate representation of color #5F7335: hue angle of 79.35º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F7335 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 115 53 -
CMYK 0.17 0 0.54 0.55
HSL 79.35º 0.37% 0.33% -
HSV(B) 79.35º 0.54% 0.45% -
XYZ 11.49 14.95 5.65 -
YUV 101.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 95 115 53 0.17 0 0.54 0.55 79.35 0.37 0.33
Hex 5F 73 35 11 0 36 37 4F 25 21
Octal 137 163 65 21 0 66 67 117 45 41
Binary 1011111 1110011 110101 10001 0 110110 110111 1001111 100101 100001

Color Harmonies of #5F7335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7335

Black with #5F7335

Text Example


Text Example

White with #5F7335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F7335; }

 p { color: rgb(95,115,53); }

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

background-color css

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

 a { background-color: rgb(95,115,53); }

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

border-color css

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

 span { border-color: rgb(95,115,53); }

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