Html Css Color HEX #495826 Clover

📋 copy color: '#495826'

red 73 ◦ green 88 ◦ blue 38

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

Shades of Clover #495826

Tints of Clover #495826

RGB

 RED value IS 73 (28.91% from 255) = 36.68%

 GREEN value IS 88 (34.77% from 255) = 44.22%

 BLUE value IS 38 (15.23% from 255) = 19.1%

R = 36.68%
G = 44.22%
B = 19.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#495826 (or 0x495826) is known color: Clover. HEX triplet: 49, 58 and 26. RGB value is (73,88,38). Sum of RGB (Red+Green+Blue) = 73+88+38=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 88 - color contains mainly: green. Hex color #495826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495826 is #B6A7D9. Grayscale: #4E4E4E. Windows color (decimal): -11970522 or 2512969. OLE color: 2512969.

HSL color Cylindrical-coordinate representation of color #495826: hue angle of 78º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #495826 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 88 38 -
CMYK 0.17 0 0.57 0.65
HSL 78º 0.4% 0.25% -
HSV(B) 78º 0.57% 0.35% -
XYZ 6.59 8.54 3.13 -
YUV 77.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 73 88 38 0.17 0 0.57 0.65 78 0.4 0.25
Hex 49 58 26 11 0 39 41 4E 28 19
Octal 111 130 46 21 0 71 101 116 50 31
Binary 1001001 1011000 100110 10001 0 111001 1000001 1001110 101000 11001

Color Harmonies of #495826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495826

Black with #495826

Text Example


Text Example

White with #495826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495826; }

 p { color: rgb(73,88,38); }

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

background-color css

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

 a { background-color: rgb(73,88,38); }

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

border-color css

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

 span { border-color: rgb(73,88,38); }

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