Html Css Color HEX #459049 Fruit Salad

📋 copy color: '#459049'

red 69 ◦ green 144 ◦ blue 73

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

Shades of Fruit Salad #459049

Tints of Fruit Salad #459049

RGB

 RED value IS 69 (27.34% from 255) = 24.13%

 GREEN value IS 144 (56.64% from 255) = 50.35%

 BLUE value IS 73 (28.91% from 255) = 25.52%

R = 24.13%
G = 50.35%
B = 25.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#459049 (or 0x459049) is known color: Fruit Salad. HEX triplet: 45, 90 and 49. RGB value is (69,144,73). Sum of RGB (Red+Green+Blue) = 69+144+73=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #459049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459049 is #BA6FB6. Grayscale: #717171. Windows color (decimal): -12218295 or 4821061. OLE color: 4821061.

HSL color Cylindrical-coordinate representation of color #459049: hue angle of 123.2º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #459049 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 144 73 -
CMYK 0.52 0 0.49 0.44
HSL 123.2º 0.35% 0.42% -
HSV(B) 123.2º 0.52% 0.56% -
XYZ 13.63 21.69 9.77 -
YUV 113.48 105.15 96.27 -
System Red Green Blue C M Y K H S L
Decimal 69 144 73 0.52 0 0.49 0.44 123.2 0.35 0.42
Hex 45 90 49 34 0 31 2C 7B 23 2A
Octal 105 220 111 64 0 61 54 173 43 52
Binary 1000101 10010000 1001001 110100 0 110001 101100 1111011 100011 101010

Color Harmonies of #459049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459049

Black with #459049

Text Example


Text Example

White with #459049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459049; }

 p { color: rgb(69,144,73); }

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

background-color css

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

 a { background-color: rgb(69,144,73); }

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

border-color css

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

 span { border-color: rgb(69,144,73); }

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