Html Css Color HEX #5A6739 Dark Olive Green

📋 copy color: '#5A6739'

red 90 ◦ green 103 ◦ blue 57

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

Shades of Dark Olive Green #5A6739

Tints of Dark Olive Green #5A6739

RGB

 RED value IS 90 (35.55% from 255) = 36%

 GREEN value IS 103 (40.63% from 255) = 41.2%

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

R = 36%
G = 41.2%
B = 22.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.60

RGB Variations

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

Color information

#5A6739 (or 0x5A6739) is known color: Dark Olive Green. HEX triplet: 5A, 67 and 39. RGB value is (90,103,57). Sum of RGB (Red+Green+Blue) = 90+103+57=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6739 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6739 is #A598C6. Grayscale: #5E5E5E. Windows color (decimal): -10852551 or 3762010. OLE color: 3762010.

HSL color Cylindrical-coordinate representation of color #5A6739: hue angle of 76.96º 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 #5A6739 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.

Color convert

RGB 90 103 57 -
CMYK 0.13 0 0.45 0.60
HSL 76.96º 0.29% 0.31% -
HSV(B) 76.96º 0.45% 0.4% -
XYZ 9.81 12.17 5.7 -
YUV 93.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 90 103 57 0.13 0 0.45 0.60 76.96 0.29 0.31
Hex 5A 67 39 D 0 2D 3C 4D 1D 1F
Octal 132 147 71 15 0 55 74 115 35 37
Binary 1011010 1100111 111001 1101 0 101101 111100 1001101 11101 11111

Color Harmonies of #5A6739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6739

Black with #5A6739

Text Example


Text Example

White with #5A6739

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,103,57); }

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

background-color css

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

 a { background-color: rgb(90,103,57); }

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

border-color css

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

 span { border-color: rgb(90,103,57); }

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