Html Css Color HEX #459448 Fruit Salad

📋 copy color: '#459448'

red 69 ◦ green 148 ◦ blue 72

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

Shades of Fruit Salad #459448

Tints of Fruit Salad #459448

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.21%

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

R = 23.88%
G = 51.21%
B = 24.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#459448 (or 0x459448) is known color: Fruit Salad. HEX triplet: 45, 94 and 48. RGB value is (69,148,72). Sum of RGB (Red+Green+Blue) = 69+148+72=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #459448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459448 is #BA6BB7. Grayscale: #737373. Windows color (decimal): -12217272 or 4756549. OLE color: 4756549.

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

Color convert

RGB 69 148 72 -
CMYK 0.53 0 0.51 0.42
HSL 122.28º 0.36% 0.43% -
HSV(B) 122.28º 0.53% 0.58% -
XYZ 14.21 22.91 9.8 -
YUV 115.72 103.33 94.68 -
System Red Green Blue C M Y K H S L
Decimal 69 148 72 0.53 0 0.51 0.42 122.28 0.36 0.43
Hex 45 94 48 35 0 33 2A 7A 24 2B
Octal 105 224 110 65 0 63 52 172 44 53
Binary 1000101 10010100 1001000 110101 0 110011 101010 1111010 100100 101011

Color Harmonies of #459448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459448

Black with #459448

Text Example


Text Example

White with #459448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459448; }

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

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

background-color css

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

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

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

border-color css

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

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

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