Html Css Color HEX #749852 Asparagus

📋 copy color: '#749852'

red 116 ◦ green 152 ◦ blue 82

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

Shades of Asparagus #749852

Tints of Asparagus #749852

RGB

 RED value IS 116 (45.7% from 255) = 33.14%

 GREEN value IS 152 (59.77% from 255) = 43.43%

 BLUE value IS 82 (32.42% from 255) = 23.43%

R = 33.14%
G = 43.43%
B = 23.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#749852 (or 0x749852) is known color: Asparagus. HEX triplet: 74, 98 and 52. RGB value is (116,152,82). Sum of RGB (Red+Green+Blue) = 116+152+82=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #749852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749852 is #8B67AD. Grayscale: #858585. Windows color (decimal): -9136046 or 5412980. OLE color: 5412980.

HSL color Cylindrical-coordinate representation of color #749852: hue angle of 90.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #749852 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 82 -
CMYK 0.24 0 0.46 0.40
HSL 90.86º 0.3% 0.46% -
HSV(B) 90.86º 0.46% 0.6% -
XYZ 19.95 26.78 12.1 -
YUV 133.26 99.07 115.69 -
System Red Green Blue C M Y K H S L
Decimal 116 152 82 0.24 0 0.46 0.40 90.86 0.3 0.46
Hex 74 98 52 18 0 2E 28 5B 1E 2E
Octal 164 230 122 30 0 56 50 133 36 56
Binary 1110100 10011000 1010010 11000 0 101110 101000 1011011 11110 101110

Color Harmonies of #749852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749852

Black with #749852

Text Example


Text Example

White with #749852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749852; }

 p { color: rgb(116,152,82); }

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

background-color css

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

 a { background-color: rgb(116,152,82); }

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

border-color css

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

 span { border-color: rgb(116,152,82); }

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