Html Css Color HEX #459948 Fruit Salad

📋 copy color: '#459948'

red 69 ◦ green 153 ◦ blue 72

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

Shades of Fruit Salad #459948

Tints of Fruit Salad #459948

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.04%

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

R = 23.47%
G = 52.04%
B = 24.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#459948 (or 0x459948) is known color: Fruit Salad. HEX triplet: 45, 99 and 48. RGB value is (69,153,72). Sum of RGB (Red+Green+Blue) = 69+153+72=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #459948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459948 is #BA66B7. Grayscale: #767676. Windows color (decimal): -12215992 or 4757829. OLE color: 4757829.

HSL color Cylindrical-coordinate representation of color #459948: hue angle of 122.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459948 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 153 72 -
CMYK 0.55 0 0.53 0.4
HSL 122.14º 0.38% 0.44% -
HSV(B) 122.14º 0.55% 0.6% -
XYZ 15.02 24.52 10.07 -
YUV 118.65 101.67 92.59 -
System Red Green Blue C M Y K H S L
Decimal 69 153 72 0.55 0 0.53 0.4 122.14 0.38 0.44
Hex 45 99 48 37 0 35 28 7A 26 2C
Octal 105 231 110 67 0 65 50 172 46 54
Binary 1000101 10011001 1001000 110111 0 110101 101000 1111010 100110 101100

Color Harmonies of #459948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459948

Black with #459948

Text Example


Text Example

White with #459948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459948; }

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

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

background-color css

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

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

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

border-color css

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

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

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