Html Css Color HEX #5E6238 Verdigris

📋 copy color: '#5E6238'

red 94 ◦ green 98 ◦ blue 56

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

Shades of Verdigris #5E6238

Tints of Verdigris #5E6238

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.52%

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

R = 37.9%
G = 39.52%
B = 22.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#5E6238 (or 0x5E6238) is known color: Verdigris. HEX triplet: 5E, 62 and 38. RGB value is (94,98,56). Sum of RGB (Red+Green+Blue) = 94+98+56=248 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.90% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6238 is #A19DC7. Grayscale: #5C5C5C. Windows color (decimal): -10591688 or 3695198. OLE color: 3695198.

HSL color Cylindrical-coordinate representation of color #5E6238: hue angle of 65.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E6238 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 98 56 -
CMYK 0.04 0 0.43 0.62
HSL 65.71º 0.27% 0.3% -
HSV(B) 65.71º 0.43% 0.38% -
XYZ 9.7 11.4 5.43 -
YUV 92.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 94 98 56 0.04 0 0.43 0.62 65.71 0.27 0.3
Hex 5E 62 38 4 0 2B 3E 42 1B 1E
Octal 136 142 70 4 0 53 76 102 33 36
Binary 1011110 1100010 111000 100 0 101011 111110 1000010 11011 11110

Color Harmonies of #5E6238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6238

Black with #5E6238

Text Example


Text Example

White with #5E6238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,98,56); }

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

background-color css

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

 a { background-color: rgb(94,98,56); }

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

border-color css

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

 span { border-color: rgb(94,98,56); }

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