Html Css Color HEX #5B7A28 Dark Olive Green

📋 copy color: '#5B7A28'

red 91 ◦ green 122 ◦ blue 40

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

Shades of Dark Olive Green #5B7A28

Tints of Dark Olive Green #5B7A28

RGB

 RED value IS 91 (35.94% from 255) = 35.97%

 GREEN value IS 122 (48.05% from 255) = 48.22%

 BLUE value IS 40 (16.02% from 255) = 15.81%

R = 35.97%
G = 48.22%
B = 15.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.52

RGB Variations

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

Color information

#5B7A28 (or 0x5B7A28) is known color: Dark Olive Green. HEX triplet: 5B, 7A and 28. RGB value is (91,122,40). Sum of RGB (Red+Green+Blue) = 91+122+40=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 122 - color contains mainly: green. Hex color #5B7A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7A28 is #A485D7. Grayscale: #676767. Windows color (decimal): -10782168 or 2652763. OLE color: 2652763.

HSL color Cylindrical-coordinate representation of color #5B7A28: hue angle of 82.68º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B7A28 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB 91 122 40 -
CMYK 0.25 0 0.67 0.52
HSL 82.68º 0.51% 0.32% -
HSV(B) 82.68º 0.67% 0.48% -
XYZ 11.66 16.3 4.54 -
YUV 103.38 92.23 119.17 -
System Red Green Blue C M Y K H S L
Decimal 91 122 40 0.25 0 0.67 0.52 82.68 0.51 0.32
Hex 5B 7A 28 19 0 43 34 53 33 20
Octal 133 172 50 31 0 103 64 123 63 40
Binary 1011011 1111010 101000 11001 0 1000011 110100 1010011 110011 100000

Color Harmonies of #5B7A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7A28

Black with #5B7A28

Text Example


Text Example

White with #5B7A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,122,40); }

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

background-color css

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

 a { background-color: rgb(91,122,40); }

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

border-color css

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

 span { border-color: rgb(91,122,40); }

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