Html Css Color HEX #449748 Fruit Salad

📋 copy color: '#449748'

red 68 ◦ green 151 ◦ blue 72

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

Shades of Fruit Salad #449748

Tints of Fruit Salad #449748

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.89%

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

R = 23.37%
G = 51.89%
B = 24.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#449748 (or 0x449748) is known color: Fruit Salad. HEX triplet: 44, 97 and 48. RGB value is (68,151,72). Sum of RGB (Red+Green+Blue) = 68+151+72=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #449748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449748 is #BB68B7. Grayscale: #757575. Windows color (decimal): -12282040 or 4757316. OLE color: 4757316.

HSL color Cylindrical-coordinate representation of color #449748: hue angle of 122.89º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449748 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 151 72 -
CMYK 0.55 0 0.52 0.41
HSL 122.89º 0.38% 0.43% -
HSV(B) 122.89º 0.55% 0.59% -
XYZ 14.62 23.83 9.96 -
YUV 117.18 102.5 92.92 -
System Red Green Blue C M Y K H S L
Decimal 68 151 72 0.55 0 0.52 0.41 122.89 0.38 0.43
Hex 44 97 48 37 0 34 29 7B 26 2B
Octal 104 227 110 67 0 64 51 173 46 53
Binary 1000100 10010111 1001000 110111 0 110100 101001 1111011 100110 101011

Color Harmonies of #449748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449748

Black with #449748

Text Example


Text Example

White with #449748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449748; }

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

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

background-color css

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

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

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

border-color css

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

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

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