Html Css Color HEX #5A8A39 Dingley

📋 copy color: '#5A8A39'

red 90 ◦ green 138 ◦ blue 57

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

Shades of Dingley #5A8A39

Tints of Dingley #5A8A39

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.42%

 BLUE value IS 57 (22.66% from 255) = 20%

R = 31.58%
G = 48.42%
B = 20%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#5A8A39 (or 0x5A8A39) is known color: Dingley. HEX triplet: 5A, 8A and 39. RGB value is (90,138,57). Sum of RGB (Red+Green+Blue) = 90+138+57=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #5A8A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8A39 is #A575C6. Grayscale: #727272. Windows color (decimal): -10843591 or 3770970. OLE color: 3770970.

HSL color Cylindrical-coordinate representation of color #5A8A39: hue angle of 95.56º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A8A39 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 138 57 -
CMYK 0.35 0 0.59 0.46
HSL 95.56º 0.42% 0.38% -
HSV(B) 95.56º 0.59% 0.54% -
XYZ 14.04 20.65 7.12 -
YUV 114.41 95.6 110.59 -
System Red Green Blue C M Y K H S L
Decimal 90 138 57 0.35 0 0.59 0.46 95.56 0.42 0.38
Hex 5A 8A 39 23 0 3B 2E 60 2A 26
Octal 132 212 71 43 0 73 56 140 52 46
Binary 1011010 10001010 111001 100011 0 111011 101110 1100000 101010 100110

Color Harmonies of #5A8A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8A39

Black with #5A8A39

Text Example


Text Example

White with #5A8A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,138,57); }

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

background-color css

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

 a { background-color: rgb(90,138,57); }

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

border-color css

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

 span { border-color: rgb(90,138,57); }

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