Html Css Color HEX #449645 Fruit Salad

📋 copy color: '#449645'

red 68 ◦ green 150 ◦ blue 69

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

Shades of Fruit Salad #449645

Tints of Fruit Salad #449645

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.26%

 BLUE value IS 69 (27.34% from 255) = 24.04%

R = 23.69%
G = 52.26%
B = 24.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#449645 (or 0x449645) is known color: Fruit Salad. HEX triplet: 44, 96 and 45. RGB value is (68,150,69). Sum of RGB (Red+Green+Blue) = 68+150+69=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #449645 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449645 is #BB69BA. Grayscale: #747474. Windows color (decimal): -12282299 or 4560452. OLE color: 4560452.

HSL color Cylindrical-coordinate representation of color #449645: hue angle of 120.73º 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 #449645 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 150 69 -
CMYK 0.55 0 0.54 0.41
HSL 120.73º 0.38% 0.43% -
HSV(B) 120.73º 0.55% 0.59% -
XYZ 14.36 23.47 9.4 -
YUV 116.25 101.33 93.59 -
System Red Green Blue C M Y K H S L
Decimal 68 150 69 0.55 0 0.54 0.41 120.73 0.38 0.43
Hex 44 96 45 37 0 36 29 79 26 2B
Octal 104 226 105 67 0 66 51 171 46 53
Binary 1000100 10010110 1000101 110111 0 110110 101001 1111001 100110 101011

Color Harmonies of #449645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449645

Black with #449645

Text Example


Text Example

White with #449645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449645; }

 p { color: rgb(68,150,69); }

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

background-color css

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

 a { background-color: rgb(68,150,69); }

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

border-color css

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

 span { border-color: rgb(68,150,69); }

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