Html Css Color HEX #449248 Fruit Salad

📋 copy color: '#449248'

red 68 ◦ green 146 ◦ blue 72

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

Shades of Fruit Salad #449248

Tints of Fruit Salad #449248

RGB

 RED value IS 68 (26.95% from 255) = 23.78%

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

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

R = 23.78%
G = 51.05%
B = 25.17%

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

#449248 (or 0x449248) is known color: Fruit Salad. HEX triplet: 44, 92 and 48. RGB value is (68,146,72). Sum of RGB (Red+Green+Blue) = 68+146+72=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #449248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449248 is #BB6DB7. Grayscale: #727272. Windows color (decimal): -12283320 or 4756036. OLE color: 4756036.

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

Color convert

RGB 68 146 72 -
CMYK 0.53 0 0.51 0.43
HSL 123.08º 0.36% 0.42% -
HSV(B) 123.08º 0.53% 0.57% -
XYZ 13.83 22.25 9.7 -
YUV 114.24 104.16 95.02 -
System Red Green Blue C M Y K H S L
Decimal 68 146 72 0.53 0 0.51 0.43 123.08 0.36 0.42
Hex 44 92 48 35 0 33 2B 7B 24 2A
Octal 104 222 110 65 0 63 53 173 44 52
Binary 1000100 10010010 1001000 110101 0 110011 101011 1111011 100100 101010

Color Harmonies of #449248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449248

Black with #449248

Text Example


Text Example

White with #449248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449248; }

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

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

background-color css

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

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

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

border-color css

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

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

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