Html Css Color HEX #5E603F Verdigris

📋 copy color: '#5E603F'

red 94 ◦ green 96 ◦ blue 63

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

Shades of Verdigris #5E603F

Tints of Verdigris #5E603F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.9%

R = 37.15%
G = 37.94%
B = 24.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#5E603F (or 0x5E603F) is known color: Verdigris. HEX triplet: 5E, 60 and 3F. RGB value is (94,96,63). Sum of RGB (Red+Green+Blue) = 94+96+63=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 96 - color contains mainly: green. Hex color #5E603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E603F is #A19FC0. Grayscale: #5B5B5B. Windows color (decimal): -10592193 or 4153438. OLE color: 4153438.

HSL color Cylindrical-coordinate representation of color #5E603F: hue angle of 63.64º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E603F is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 96 63 -
CMYK 0.02 0 0.34 0.62
HSL 63.64º 0.21% 0.31% -
HSV(B) 63.64º 0.34% 0.38% -
XYZ 9.7 11.1 6.33 -
YUV 91.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 94 96 63 0.02 0 0.34 0.62 63.64 0.21 0.31
Hex 5E 60 3F 2 0 22 3E 40 15 1F
Octal 136 140 77 2 0 42 76 100 25 37
Binary 1011110 1100000 111111 10 0 100010 111110 1000000 10101 11111

Color Harmonies of #5E603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E603F

Black with #5E603F

Text Example


Text Example

White with #5E603F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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