Html Css Color HEX #459249 Fruit Salad

📋 copy color: '#459249'

red 69 ◦ green 146 ◦ blue 73

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

Shades of Fruit Salad #459249

Tints of Fruit Salad #459249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.69%

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

R = 23.96%
G = 50.69%
B = 25.35%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#459249 (or 0x459249) is known color: Fruit Salad. HEX triplet: 45, 92 and 49. RGB value is (69,146,73). Sum of RGB (Red+Green+Blue) = 69+146+73=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #459249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459249 is #BA6DB6. Grayscale: #727272. Windows color (decimal): -12217783 or 4821573. OLE color: 4821573.

HSL color Cylindrical-coordinate representation of color #459249: hue angle of 123.12º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #459249 is Cyan = 0.53, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 146 73 -
CMYK 0.53 0 0.5 0.43
HSL 123.12º 0.36% 0.42% -
HSV(B) 123.12º 0.53% 0.57% -
XYZ 13.94 22.3 9.87 -
YUV 114.66 104.49 95.44 -
System Red Green Blue C M Y K H S L
Decimal 69 146 73 0.53 0 0.5 0.43 123.12 0.36 0.42
Hex 45 92 49 35 0 32 2B 7B 24 2A
Octal 105 222 111 65 0 62 53 173 44 52
Binary 1000101 10010010 1001001 110101 0 110010 101011 1111011 100100 101010

Color Harmonies of #459249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459249

Black with #459249

Text Example


Text Example

White with #459249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459249; }

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

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

background-color css

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

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

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

border-color css

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

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

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