Html Css Color HEX #5A714B Dingley

📋 copy color: '#5A714B'

red 90 ◦ green 113 ◦ blue 75

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

Shades of Dingley #5A714B

Tints of Dingley #5A714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.65%

 BLUE value IS 75 (29.69% from 255) = 26.98%

R = 32.37%
G = 40.65%
B = 26.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#5A714B (or 0x5A714B) is known color: Dingley. HEX triplet: 5A, 71 and 4B. RGB value is (90,113,75). Sum of RGB (Red+Green+Blue) = 90+113+75=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #5A714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A714B is #A58EB4. Grayscale: #656565. Windows color (decimal): -10849973 or 4944218. OLE color: 4944218.

HSL color Cylindrical-coordinate representation of color #5A714B: hue angle of 96.32º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A714B is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 113 75 -
CMYK 0.20 0 0.34 0.56
HSL 96.32º 0.2% 0.37% -
HSV(B) 96.32º 0.34% 0.44% -
XYZ 11.39 14.49 8.85 -
YUV 101.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 90 113 75 0.20 0 0.34 0.56 96.32 0.2 0.37
Hex 5A 71 4B 14 0 22 38 60 14 25
Octal 132 161 113 24 0 42 70 140 24 45
Binary 1011010 1110001 1001011 10100 0 100010 111000 1100000 10100 100101

Color Harmonies of #5A714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A714B

Black with #5A714B

Text Example


Text Example

White with #5A714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,113,75); }

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

background-color css

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

 a { background-color: rgb(90,113,75); }

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

border-color css

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

 span { border-color: rgb(90,113,75); }

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