Html Css Color HEX #5A8638 Dingley

📋 copy color: '#5A8638'

red 90 ◦ green 134 ◦ blue 56

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

Shades of Dingley #5A8638

Tints of Dingley #5A8638

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.86%

 BLUE value IS 56 (22.27% from 255) = 20%

R = 32.14%
G = 47.86%
B = 20%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#5A8638 (or 0x5A8638) is known color: Dingley. HEX triplet: 5A, 86 and 38. RGB value is (90,134,56). Sum of RGB (Red+Green+Blue) = 90+134+56=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #5A8638 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8638 is #A579C7. Grayscale: #707070. Windows color (decimal): -10844616 or 3704410. OLE color: 3704410.

HSL color Cylindrical-coordinate representation of color #5A8638: hue angle of 93.85º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A8638 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 134 56 -
CMYK 0.33 0 0.58 0.47
HSL 93.85º 0.41% 0.37% -
HSV(B) 93.85º 0.58% 0.53% -
XYZ 13.46 19.51 6.8 -
YUV 111.95 96.42 112.34 -
System Red Green Blue C M Y K H S L
Decimal 90 134 56 0.33 0 0.58 0.47 93.85 0.41 0.37
Hex 5A 86 38 21 0 3A 2F 5E 29 25
Octal 132 206 70 41 0 72 57 136 51 45
Binary 1011010 10000110 111000 100001 0 111010 101111 1011110 101001 100101

Color Harmonies of #5A8638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8638

Black with #5A8638

Text Example


Text Example

White with #5A8638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,134,56); }

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

background-color css

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

 a { background-color: rgb(90,134,56); }

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

border-color css

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

 span { border-color: rgb(90,134,56); }

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