Html Css Color HEX #449000 La Palma

📋 copy color: '#449000'

red 68 ◦ green 144 ◦ blue 0

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

Shades of La Palma #449000

Tints of La Palma #449000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 67.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.08%
G = 67.92%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#449000 (or 0x449000) is known color: La Palma. HEX triplet: 44, 90 and 00. RGB value is (68,144,0). Sum of RGB (Red+Green+Blue) = 68+144+0=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 144 (56.64% from 255 or 67.92% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 144 - color contains mainly: green. Hex color #449000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449000 is #BB6FFF. Grayscale: #696969. Windows color (decimal): -12283904 or 36932. OLE color: 36932.

HSL color Cylindrical-coordinate representation of color #449000: hue angle of 91.67º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #449000 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 144 0 -
CMYK 0.53 0 1 0.44
HSL 91.67º 1% 0.28% -
HSV(B) 91.67º 1% 0.56% -
XYZ 12.36 21.18 3.44 -
YUV 104.86 68.82 101.71 -
System Red Green Blue C M Y K H S L
Decimal 68 144 0 0.53 0 1 0.44 91.67 1 0.28
Hex 44 90 0 35 0 64 2C 5C 64 1C
Octal 104 220 0 65 0 144 54 134 144 34
Binary 1000100 10010000 0 110101 0 1100100 101100 1011100 1100100 11100

Color Harmonies of #449000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449000

Black with #449000

Text Example


Text Example

White with #449000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449000; }

 p { color: rgb(68,144,0); }

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

background-color css

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

 a { background-color: rgb(68,144,0); }

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

border-color css

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

 span { border-color: rgb(68,144,0); }

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