Html Css Color HEX #5B6632 Dark Olive Green

📋 copy color: '#5B6632'

red 91 ◦ green 102 ◦ blue 50

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

Shades of Dark Olive Green #5B6632

Tints of Dark Olive Green #5B6632

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.98%

 BLUE value IS 50 (19.92% from 255) = 20.58%

R = 37.45%
G = 41.98%
B = 20.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#5B6632 (or 0x5B6632) is known color: Dark Olive Green. HEX triplet: 5B, 66 and 32. RGB value is (91,102,50). Sum of RGB (Red+Green+Blue) = 91+102+50=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #5B6632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6632 is #A499CD. Grayscale: #5C5C5C. Windows color (decimal): -10787278 or 3303003. OLE color: 3303003.

HSL color Cylindrical-coordinate representation of color #5B6632: hue angle of 72.69º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B6632 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB 91 102 50 -
CMYK 0.11 0 0.51 0.6
HSL 72.69º 0.34% 0.3% -
HSV(B) 72.69º 0.51% 0.4% -
XYZ 9.64 11.96 4.82 -
YUV 92.78 103.86 126.73 -
System Red Green Blue C M Y K H S L
Decimal 91 102 50 0.11 0 0.51 0.6 72.69 0.34 0.3
Hex 5B 66 32 B 0 33 3C 49 22 1E
Octal 133 146 62 13 0 63 74 111 42 36
Binary 1011011 1100110 110010 1011 0 110011 111100 1001001 100010 11110

Color Harmonies of #5B6632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6632

Black with #5B6632

Text Example


Text Example

White with #5B6632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,102,50); }

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

background-color css

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

 a { background-color: rgb(91,102,50); }

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

border-color css

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

 span { border-color: rgb(91,102,50); }

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