Html Css Color HEX #5B813A Dingley

📋 copy color: '#5B813A'

red 91 ◦ green 129 ◦ blue 58

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

Shades of Dingley #5B813A

Tints of Dingley #5B813A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.4%

 BLUE value IS 58 (23.05% from 255) = 20.86%

R = 32.73%
G = 46.4%
B = 20.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#5B813A (or 0x5B813A) is known color: Dingley. HEX triplet: 5B, 81 and 3A. RGB value is (91,129,58). Sum of RGB (Red+Green+Blue) = 91+129+58=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #5B813A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B813A is #A47EC5. Grayscale: #6D6D6D. Windows color (decimal): -10780358 or 3834203. OLE color: 3834203.

HSL color Cylindrical-coordinate representation of color #5B813A: hue angle of 92.11º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B813A is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 91 129 58 -
CMYK 0.29 0 0.55 0.49
HSL 92.11º 0.38% 0.37% -
HSV(B) 92.11º 0.55% 0.51% -
XYZ 12.93 18.23 6.84 -
YUV 109.54 98.91 114.77 -
System Red Green Blue C M Y K H S L
Decimal 91 129 58 0.29 0 0.55 0.49 92.11 0.38 0.37
Hex 5B 81 3A 1D 0 37 31 5C 26 25
Octal 133 201 72 35 0 67 61 134 46 45
Binary 1011011 10000001 111010 11101 0 110111 110001 1011100 100110 100101

Color Harmonies of #5B813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B813A

Black with #5B813A

Text Example


Text Example

White with #5B813A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,129,58); }

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

background-color css

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

 a { background-color: rgb(91,129,58); }

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

border-color css

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

 span { border-color: rgb(91,129,58); }

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