Html Css Color HEX #5A5D4B Woodland

📋 copy color: '#5A5D4B'

red 90 ◦ green 93 ◦ blue 75

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

Shades of Woodland #5A5D4B

Tints of Woodland #5A5D4B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.05%

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

R = 34.88%
G = 36.05%
B = 29.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#5A5D4B (or 0x5A5D4B) is known color: Woodland. HEX triplet: 5A, 5D and 4B. RGB value is (90,93,75). Sum of RGB (Red+Green+Blue) = 90+93+75=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 93 - color contains mainly: green. Hex color #5A5D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5D4B is #A5A2B4. Grayscale: #5A5A5A. Windows color (decimal): -10855093 or 4939098. OLE color: 4939098.

HSL color Cylindrical-coordinate representation of color #5A5D4B: hue angle of 70º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A5D4B is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 90 93 75 -
CMYK 0.03 0 0.19 0.64
HSL 70º 0.11% 0.33% -
HSV(B) 70º 0.19% 0.36% -
XYZ 9.4 10.51 8.19 -
YUV 90.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 90 93 75 0.03 0 0.19 0.64 70 0.11 0.33
Hex 5A 5D 4B 3 0 13 40 46 B 21
Octal 132 135 113 3 0 23 100 106 13 41
Binary 1011010 1011101 1001011 11 0 10011 1000000 1000110 1011 100001

Color Harmonies of #5A5D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5D4B

Black with #5A5D4B

Text Example


Text Example

White with #5A5D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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