Html Css Color HEX #449A4B Fruit Salad

📋 copy color: '#449A4B'

red 68 ◦ green 154 ◦ blue 75

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

Shades of Fruit Salad #449A4B

Tints of Fruit Salad #449A4B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 51.85%

 BLUE value IS 75 (29.69% from 255) = 25.25%

R = 22.9%
G = 51.85%
B = 25.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#449A4B (or 0x449A4B) is known color: Fruit Salad. HEX triplet: 44, 9A and 4B. RGB value is (68,154,75). Sum of RGB (Red+Green+Blue) = 68+154+75=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #449A4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449A4B is #BB65B4. Grayscale: #777777. Windows color (decimal): -12281269 or 4954692. OLE color: 4954692.

HSL color Cylindrical-coordinate representation of color #449A4B: hue angle of 124.88º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449A4B is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 154 75 -
CMYK 0.56 0 0.51 0.40
HSL 124.88º 0.39% 0.44% -
HSV(B) 124.88º 0.56% 0.6% -
XYZ 15.21 24.85 10.65 -
YUV 119.28 103.01 91.42 -
System Red Green Blue C M Y K H S L
Decimal 68 154 75 0.56 0 0.51 0.40 124.88 0.39 0.44
Hex 44 9A 4B 38 0 33 28 7D 27 2C
Octal 104 232 113 70 0 63 50 175 47 54
Binary 1000100 10011010 1001011 111000 0 110011 101000 1111101 100111 101100

Color Harmonies of #449A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A4B

Black with #449A4B

Text Example


Text Example

White with #449A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449A4B; }

 p { color: rgb(68,154,75); }

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

background-color css

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

 a { background-color: rgb(68,154,75); }

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

border-color css

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

 span { border-color: rgb(68,154,75); }

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