Html Css Color HEX #5B8538 Dingley

📋 copy color: '#5B8538'

red 91 ◦ green 133 ◦ blue 56

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

Shades of Dingley #5B8538

Tints of Dingley #5B8538

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.5%

 BLUE value IS 56 (22.27% from 255) = 20%

R = 32.5%
G = 47.5%
B = 20%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#5B8538 (or 0x5B8538) is known color: Dingley. HEX triplet: 5B, 85 and 38. RGB value is (91,133,56). Sum of RGB (Red+Green+Blue) = 91+133+56=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #5B8538 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8538 is #A47AC7. Grayscale: #6F6F6F. Windows color (decimal): -10779336 or 3704155. OLE color: 3704155.

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

Color convert

RGB 91 133 56 -
CMYK 0.32 0 0.58 0.48
HSL 92.73º 0.41% 0.37% -
HSV(B) 92.73º 0.58% 0.52% -
XYZ 13.42 19.28 6.76 -
YUV 111.66 96.59 113.26 -
System Red Green Blue C M Y K H S L
Decimal 91 133 56 0.32 0 0.58 0.48 92.73 0.41 0.37
Hex 5B 85 38 20 0 3A 30 5D 29 25
Octal 133 205 70 40 0 72 60 135 51 45
Binary 1011011 10000101 111000 100000 0 111010 110000 1011101 101001 100101

Color Harmonies of #5B8538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8538

Black with #5B8538

Text Example


Text Example

White with #5B8538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,133,56); }

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

background-color css

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

 a { background-color: rgb(91,133,56); }

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

border-color css

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

 span { border-color: rgb(91,133,56); }

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