Html Css Color HEX #449C3D Fruit Salad

📋 copy color: '#449C3D'

red 68 ◦ green 156 ◦ blue 61

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

Shades of Fruit Salad #449C3D

Tints of Fruit Salad #449C3D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 54.74%

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 23.86%
G = 54.74%
B = 21.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#449C3D (or 0x449C3D) is known color: Fruit Salad. HEX triplet: 44, 9C and 3D. RGB value is (68,156,61). Sum of RGB (Red+Green+Blue) = 68+156+61=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #449C3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449C3D is #BB63C2. Grayscale: #777777. Windows color (decimal): -12280771 or 4037700. OLE color: 4037700.

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

Color convert

RGB 68 156 61 -
CMYK 0.56 0 0.61 0.39
HSL 115.58º 0.44% 0.43% -
HSV(B) 115.58º 0.61% 0.61% -
XYZ 15.11 25.34 8.51 -
YUV 118.86 95.35 91.72 -
System Red Green Blue C M Y K H S L
Decimal 68 156 61 0.56 0 0.61 0.39 115.58 0.44 0.43
Hex 44 9C 3D 38 0 3D 27 74 2C 2B
Octal 104 234 75 70 0 75 47 164 54 53
Binary 1000100 10011100 111101 111000 0 111101 100111 1110100 101100 101011

Color Harmonies of #449C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449C3D

Black with #449C3D

Text Example


Text Example

White with #449C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,156,61); }

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

background-color css

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

 a { background-color: rgb(68,156,61); }

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

border-color css

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

 span { border-color: rgb(68,156,61); }

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