Html Css Color HEX #5A8B3A Dingley

📋 copy color: '#5A8B3A'

red 90 ◦ green 139 ◦ blue 58

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

Shades of Dingley #5A8B3A

Tints of Dingley #5A8B3A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.43%

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

R = 31.36%
G = 48.43%
B = 20.21%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#5A8B3A (or 0x5A8B3A) is known color: Dingley. HEX triplet: 5A, 8B and 3A. RGB value is (90,139,58). Sum of RGB (Red+Green+Blue) = 90+139+58=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #5A8B3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8B3A is #A574C5. Grayscale: #737373. Windows color (decimal): -10843334 or 3836762. OLE color: 3836762.

HSL color Cylindrical-coordinate representation of color #5A8B3A: hue angle of 96.3º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A8B3A is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 139 58 -
CMYK 0.35 0 0.58 0.45
HSL 96.3º 0.41% 0.39% -
HSV(B) 96.3º 0.58% 0.55% -
XYZ 14.21 20.94 7.3 -
YUV 115.12 95.77 110.09 -
System Red Green Blue C M Y K H S L
Decimal 90 139 58 0.35 0 0.58 0.45 96.3 0.41 0.39
Hex 5A 8B 3A 23 0 3A 2D 60 29 27
Octal 132 213 72 43 0 72 55 140 51 47
Binary 1011010 10001011 111010 100011 0 111010 101101 1100000 101001 100111

Color Harmonies of #5A8B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8B3A

Black with #5A8B3A

Text Example


Text Example

White with #5A8B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,139,58); }

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

background-color css

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

 a { background-color: rgb(90,139,58); }

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

border-color css

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

 span { border-color: rgb(90,139,58); }

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