Html Css Color HEX #5A813B Dingley

📋 copy color: '#5A813B'

red 90 ◦ green 129 ◦ blue 59

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

Shades of Dingley #5A813B

Tints of Dingley #5A813B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.22%

R = 32.37%
G = 46.4%
B = 21.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#5A813B (or 0x5A813B) is known color: Dingley. HEX triplet: 5A, 81 and 3B. RGB value is (90,129,59). Sum of RGB (Red+Green+Blue) = 90+129+59=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #5A813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A813B is #A57EC4. Grayscale: #6D6D6D. Windows color (decimal): -10845893 or 3899738. OLE color: 3899738.

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

Color convert

RGB 90 129 59 -
CMYK 0.30 0 0.54 0.49
HSL 93.43º 0.37% 0.37% -
HSV(B) 93.43º 0.54% 0.51% -
XYZ 12.86 18.19 6.97 -
YUV 109.36 99.58 114.19 -
System Red Green Blue C M Y K H S L
Decimal 90 129 59 0.30 0 0.54 0.49 93.43 0.37 0.37
Hex 5A 81 3B 1E 0 36 31 5D 25 25
Octal 132 201 73 36 0 66 61 135 45 45
Binary 1011010 10000001 111011 11110 0 110110 110001 1011101 100101 100101

Color Harmonies of #5A813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A813B

Black with #5A813B

Text Example


Text Example

White with #5A813B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,129,59); }

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

background-color css

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

 a { background-color: rgb(90,129,59); }

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

border-color css

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

 span { border-color: rgb(90,129,59); }

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