Html Css Color HEX #449F3A Fruit Salad

📋 copy color: '#449F3A'

red 68 ◦ green 159 ◦ blue 58

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

Shades of Fruit Salad #449F3A

Tints of Fruit Salad #449F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 23.86%
G = 55.79%
B = 20.35%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#449F3A (or 0x449F3A) is known color: Fruit Salad. HEX triplet: 44, 9F and 3A. RGB value is (68,159,58). Sum of RGB (Red+Green+Blue) = 68+159+58=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 159 (62.5% from 255 or 55.79% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 159 - color contains mainly: green. Hex color #449F3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449F3A is #BB60C5. Grayscale: #787878. Windows color (decimal): -12280006 or 3841860. OLE color: 3841860.

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

Color convert

RGB 68 159 58 -
CMYK 0.57 0 0.64 0.38
HSL 114.06º 0.47% 0.43% -
HSV(B) 114.06º 0.64% 0.62% -
XYZ 15.55 26.33 8.27 -
YUV 120.28 92.85 90.71 -
System Red Green Blue C M Y K H S L
Decimal 68 159 58 0.57 0 0.64 0.38 114.06 0.47 0.43
Hex 44 9F 3A 39 0 40 26 72 2F 2B
Octal 104 237 72 71 0 100 46 162 57 53
Binary 1000100 10011111 111010 111001 0 1000000 100110 1110010 101111 101011

Color Harmonies of #449F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449F3A

Black with #449F3A

Text Example


Text Example

White with #449F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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