Html Css Color HEX #5A813F Dingley

📋 copy color: '#5A813F'

red 90 ◦ green 129 ◦ blue 63

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

Shades of Dingley #5A813F

Tints of Dingley #5A813F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.34%

R = 31.91%
G = 45.74%
B = 22.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#5A813F (or 0x5A813F) is known color: Dingley. HEX triplet: 5A, 81 and 3F. RGB value is (90,129,63). Sum of RGB (Red+Green+Blue) = 90+129+63=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #5A813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A813F is #A57EC0. Grayscale: #6E6E6E. Windows color (decimal): -10845889 or 4161882. OLE color: 4161882.

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

Color convert

RGB 90 129 63 -
CMYK 0.30 0 0.51 0.49
HSL 95.45º 0.34% 0.38% -
HSV(B) 95.45º 0.51% 0.51% -
XYZ 12.96 18.23 7.54 -
YUV 109.82 101.58 113.87 -
System Red Green Blue C M Y K H S L
Decimal 90 129 63 0.30 0 0.51 0.49 95.45 0.34 0.38
Hex 5A 81 3F 1E 0 33 31 5F 22 26
Octal 132 201 77 36 0 63 61 137 42 46
Binary 1011010 10000001 111111 11110 0 110011 110001 1011111 100010 100110

Color Harmonies of #5A813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A813F

Black with #5A813F

Text Example


Text Example

White with #5A813F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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