Html Css Color HEX #449400 La Palma

📋 copy color: '#449400'

red 68 ◦ green 148 ◦ blue 0

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

Shades of La Palma #449400

Tints of La Palma #449400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 68.52%

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

R = 31.48%
G = 68.52%
B = 0%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#449400 (or 0x449400) is known color: La Palma. HEX triplet: 44, 94 and 00. RGB value is (68,148,0). Sum of RGB (Red+Green+Blue) = 68+148+0=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 148 (58.20% from 255 or 68.52% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 148 - color contains mainly: green. Hex color #449400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449400 is #BB6BFF. Grayscale: #6B6B6B. Windows color (decimal): -12282880 or 37956. OLE color: 37956.

HSL color Cylindrical-coordinate representation of color #449400: hue angle of 92.43º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #449400 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 148 0 -
CMYK 0.54 0 1 0.42
HSL 92.43º 1% 0.29% -
HSV(B) 92.43º 1% 0.58% -
XYZ 12.97 22.41 3.64 -
YUV 107.21 67.5 100.03 -
System Red Green Blue C M Y K H S L
Decimal 68 148 0 0.54 0 1 0.42 92.43 1 0.29
Hex 44 94 0 36 0 64 2A 5C 64 1D
Octal 104 224 0 66 0 144 52 134 144 35
Binary 1000100 10010100 0 110110 0 1100100 101010 1011100 1100100 11101

Color Harmonies of #449400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449400

Black with #449400

Text Example


Text Example

White with #449400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449400; }

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

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

background-color css

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

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

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

border-color css

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

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

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