Html Css Color HEX #449100 La Palma

📋 copy color: '#449100'

red 68 ◦ green 145 ◦ blue 0

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

Shades of La Palma #449100

Tints of La Palma #449100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 68.08%

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

R = 31.92%
G = 68.08%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#449100 (or 0x449100) is known color: La Palma. HEX triplet: 44, 91 and 00. RGB value is (68,145,0). Sum of RGB (Red+Green+Blue) = 68+145+0=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 145 (57.03% from 255 or 68.08% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 145 - color contains mainly: green. Hex color #449100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449100 is #BB6EFF. Grayscale: #696969. Windows color (decimal): -12283648 or 37188. OLE color: 37188.

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

Color convert

RGB 68 145 0 -
CMYK 0.53 0 1 0.43
HSL 91.86º 1% 0.28% -
HSV(B) 91.86º 1% 0.57% -
XYZ 12.51 21.48 3.49 -
YUV 105.45 68.49 101.29 -
System Red Green Blue C M Y K H S L
Decimal 68 145 0 0.53 0 1 0.43 91.86 1 0.28
Hex 44 91 0 35 0 64 2B 5C 64 1C
Octal 104 221 0 65 0 144 53 134 144 34
Binary 1000100 10010001 0 110101 0 1100100 101011 1011100 1100100 11100

Color Harmonies of #449100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449100

Black with #449100

Text Example


Text Example

White with #449100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449100; }

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

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

background-color css

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

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

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

border-color css

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

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

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