Html Css Color HEX #505E33 Clover

📋 copy color: '#505E33'

red 80 ◦ green 94 ◦ blue 51

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

Shades of Clover #505E33

Tints of Clover #505E33

RGB

 RED value IS 80 (31.64% from 255) = 35.56%

 GREEN value IS 94 (37.11% from 255) = 41.78%

 BLUE value IS 51 (20.31% from 255) = 22.67%

R = 35.56%
G = 41.78%
B = 22.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.63

RGB Variations

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

Color information

#505E33 (or 0x505E33) is known color: Clover. HEX triplet: 50, 5E and 33. RGB value is (80,94,51). Sum of RGB (Red+Green+Blue) = 80+94+51=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 94 - color contains mainly: green. Hex color #505E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505E33 is #AFA1CC. Grayscale: #555555. Windows color (decimal): -11510221 or 3366480. OLE color: 3366480.

HSL color Cylindrical-coordinate representation of color #505E33: hue angle of 79.53º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #505E33 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 94 51 -
CMYK 0.15 0 0.46 0.63
HSL 79.53º 0.3% 0.28% -
HSV(B) 79.53º 0.46% 0.37% -
XYZ 7.91 9.95 4.64 -
YUV 84.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 80 94 51 0.15 0 0.46 0.63 79.53 0.3 0.28
Hex 50 5E 33 F 0 2E 3F 50 1E 1C
Octal 120 136 63 17 0 56 77 120 36 34
Binary 1010000 1011110 110011 1111 0 101110 111111 1010000 11110 11100

Color Harmonies of #505E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E33

Black with #505E33

Text Example


Text Example

White with #505E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505E33; }

 p { color: rgb(80,94,51); }

 H1.HeaderClassName
 {
   color: #505E33;
 }
 .AnyTagClassName
 {
   color: #505E33;
 }
</style>

background-color css

<style>
 a { background-color: #505E33; }

 a { background-color: rgb(80,94,51); }

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

border-color css

<style>
 span { border-color: #505E33; }

 span { border-color: rgb(80,94,51); }

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