Html Css Color HEX #459149 Fruit Salad

📋 copy color: '#459149'

red 69 ◦ green 145 ◦ blue 73

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

Shades of Fruit Salad #459149

Tints of Fruit Salad #459149

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.52%

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

R = 24.04%
G = 50.52%
B = 25.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#459149 (or 0x459149) is known color: Fruit Salad. HEX triplet: 45, 91 and 49. RGB value is (69,145,73). Sum of RGB (Red+Green+Blue) = 69+145+73=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #459149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459149 is #BA6EB6. Grayscale: #727272. Windows color (decimal): -12218039 or 4821317. OLE color: 4821317.

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

Color convert

RGB 69 145 73 -
CMYK 0.52 0 0.50 0.43
HSL 123.16º 0.36% 0.42% -
HSV(B) 123.16º 0.52% 0.57% -
XYZ 13.78 22 9.82 -
YUV 114.07 104.82 95.85 -
System Red Green Blue C M Y K H S L
Decimal 69 145 73 0.52 0 0.50 0.43 123.16 0.36 0.42
Hex 45 91 49 34 0 32 2B 7B 24 2A
Octal 105 221 111 64 0 62 53 173 44 52
Binary 1000101 10010001 1001001 110100 0 110010 101011 1111011 100100 101010

Color Harmonies of #459149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459149

Black with #459149

Text Example


Text Example

White with #459149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459149; }

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

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

background-color css

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

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

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

border-color css

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

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

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