Html Css Color HEX #449001 La Palma

📋 copy color: '#449001'

red 68 ◦ green 144 ◦ blue 1

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

Shades of La Palma #449001

Tints of La Palma #449001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 31.92%
G = 67.61%
B = 0.47%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#449001 (or 0x449001) is known color: La Palma. HEX triplet: 44, 90 and 01. RGB value is (68,144,1). Sum of RGB (Red+Green+Blue) = 68+144+1=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 144 (56.64% from 255 or 67.61% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 144 - color contains mainly: green. Hex color #449001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449001 is #BB6FFE. Grayscale: #696969. Windows color (decimal): -12283903 or 102468. OLE color: 102468.

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

Color convert

RGB 68 144 1 -
CMYK 0.53 0 0.99 0.44
HSL 91.89º 0.99% 0.28% -
HSV(B) 91.89º 0.99% 0.56% -
XYZ 12.36 21.18 3.46 -
YUV 104.97 69.32 101.63 -
System Red Green Blue C M Y K H S L
Decimal 68 144 1 0.53 0 0.99 0.44 91.89 0.99 0.28
Hex 44 90 1 35 0 63 2C 5C 63 1C
Octal 104 220 1 65 0 143 54 134 143 34
Binary 1000100 10010000 1 110101 0 1100011 101100 1011100 1100011 11100

Color Harmonies of #449001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449001

Black with #449001

Text Example


Text Example

White with #449001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449001; }

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

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

background-color css

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

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

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

border-color css

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

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

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