Html Css Color HEX #5A7641 Dingley

📋 copy color: '#5A7641'

red 90 ◦ green 118 ◦ blue 65

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

Shades of Dingley #5A7641

Tints of Dingley #5A7641

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.22%

 BLUE value IS 65 (25.78% from 255) = 23.81%

R = 32.97%
G = 43.22%
B = 23.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#5A7641 (or 0x5A7641) is known color: Dingley. HEX triplet: 5A, 76 and 41. RGB value is (90,118,65). Sum of RGB (Red+Green+Blue) = 90+118+65=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #5A7641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7641 is #A589BE. Grayscale: #676767. Windows color (decimal): -10848703 or 4290138. OLE color: 4290138.

HSL color Cylindrical-coordinate representation of color #5A7641: hue angle of 91.7º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A7641 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 118 65 -
CMYK 0.24 0 0.45 0.54
HSL 91.7º 0.29% 0.36% -
HSV(B) 91.7º 0.45% 0.46% -
XYZ 11.65 15.51 7.38 -
YUV 103.59 106.22 118.31 -
System Red Green Blue C M Y K H S L
Decimal 90 118 65 0.24 0 0.45 0.54 91.7 0.29 0.36
Hex 5A 76 41 18 0 2D 36 5C 1D 24
Octal 132 166 101 30 0 55 66 134 35 44
Binary 1011010 1110110 1000001 11000 0 101101 110110 1011100 11101 100100

Color Harmonies of #5A7641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7641

Black with #5A7641

Text Example


Text Example

White with #5A7641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,118,65); }

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

background-color css

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

 a { background-color: rgb(90,118,65); }

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

border-color css

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

 span { border-color: rgb(90,118,65); }

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