Html Css Color HEX #5E603A Verdigris

📋 copy color: '#5E603A'

red 94 ◦ green 96 ◦ blue 58

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

Shades of Verdigris #5E603A

Tints of Verdigris #5E603A

RGB

 RED value IS 94 (37.11% from 255) = 37.9%

 GREEN value IS 96 (37.89% from 255) = 38.71%

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

R = 37.9%
G = 38.71%
B = 23.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#5E603A (or 0x5E603A) is known color: Verdigris. HEX triplet: 5E, 60 and 3A. RGB value is (94,96,58). Sum of RGB (Red+Green+Blue) = 94+96+58=248 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.90% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #5E603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E603A is #A19FC5. Grayscale: #5B5B5B. Windows color (decimal): -10592198 or 3825758. OLE color: 3825758.

HSL color Cylindrical-coordinate representation of color #5E603A: hue angle of 63.16º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E603A is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 96 58 -
CMYK 0.02 0 0.40 0.62
HSL 63.16º 0.25% 0.3% -
HSV(B) 63.16º 0.4% 0.38% -
XYZ 9.56 11.05 5.63 -
YUV 91.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 94 96 58 0.02 0 0.40 0.62 63.16 0.25 0.3
Hex 5E 60 3A 2 0 28 3E 3F 19 1E
Octal 136 140 72 2 0 50 76 77 31 36
Binary 1011110 1100000 111010 10 0 101000 111110 111111 11001 11110

Color Harmonies of #5E603A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E603A

Black with #5E603A

Text Example


Text Example

White with #5E603A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,96,58); }

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

background-color css

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

 a { background-color: rgb(94,96,58); }

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

border-color css

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

 span { border-color: rgb(94,96,58); }

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