Html Css Color HEX #459248 Fruit Salad

📋 copy color: '#459248'

red 69 ◦ green 146 ◦ blue 72

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

Shades of Fruit Salad #459248

Tints of Fruit Salad #459248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.09%

R = 24.04%
G = 50.87%
B = 25.09%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#459248 (or 0x459248) is known color: Fruit Salad. HEX triplet: 45, 92 and 48. RGB value is (69,146,72). Sum of RGB (Red+Green+Blue) = 69+146+72=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #459248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459248 is #BA6DB7. Grayscale: #727272. Windows color (decimal): -12217784 or 4756037. OLE color: 4756037.

HSL color Cylindrical-coordinate representation of color #459248: hue angle of 122.34º 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 #459248 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 146 72 -
CMYK 0.53 0 0.51 0.43
HSL 122.34º 0.36% 0.42% -
HSV(B) 122.34º 0.53% 0.57% -
XYZ 13.9 22.29 9.7 -
YUV 114.54 103.99 95.52 -
System Red Green Blue C M Y K H S L
Decimal 69 146 72 0.53 0 0.51 0.43 122.34 0.36 0.42
Hex 45 92 48 35 0 33 2B 7A 24 2A
Octal 105 222 110 65 0 63 53 172 44 52
Binary 1000101 10010010 1001000 110101 0 110011 101011 1111010 100100 101010

Color Harmonies of #459248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459248

Black with #459248

Text Example


Text Example

White with #459248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459248; }

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

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

background-color css

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

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

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

border-color css

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

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

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