Html Css Color HEX #449F3B Fruit Salad

📋 copy color: '#449F3B'

red 68 ◦ green 159 ◦ blue 59

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

Shades of Fruit Salad #449F3B

Tints of Fruit Salad #449F3B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 55.59%

 BLUE value IS 59 (23.44% from 255) = 20.63%

R = 23.78%
G = 55.59%
B = 20.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#449F3B (or 0x449F3B) is known color: Fruit Salad. HEX triplet: 44, 9F and 3B. RGB value is (68,159,59). Sum of RGB (Red+Green+Blue) = 68+159+59=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 159 (62.5% from 255 or 55.59% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 159 - color contains mainly: green. Hex color #449F3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449F3B is #BB60C4. Grayscale: #787878. Windows color (decimal): -12280005 or 3907396. OLE color: 3907396.

HSL color Cylindrical-coordinate representation of color #449F3B: hue angle of 114.6º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #449F3B is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 159 59 -
CMYK 0.57 0 0.63 0.38
HSL 114.6º 0.46% 0.43% -
HSV(B) 114.6º 0.63% 0.62% -
XYZ 15.57 26.34 8.4 -
YUV 120.39 93.35 90.63 -
System Red Green Blue C M Y K H S L
Decimal 68 159 59 0.57 0 0.63 0.38 114.6 0.46 0.43
Hex 44 9F 3B 39 0 3F 26 73 2E 2B
Octal 104 237 73 71 0 77 46 163 56 53
Binary 1000100 10011111 111011 111001 0 111111 100110 1110011 101110 101011

Color Harmonies of #449F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449F3B

Black with #449F3B

Text Example


Text Example

White with #449F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,159,59); }

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

background-color css

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

 a { background-color: rgb(68,159,59); }

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

border-color css

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

 span { border-color: rgb(68,159,59); }

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