Html Css Color HEX #449110 La Palma

📋 copy color: '#449110'

red 68 ◦ green 145 ◦ blue 16

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

Shades of La Palma #449110

Tints of La Palma #449110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.99%

R = 29.69%
G = 63.32%
B = 6.99%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#449110 (or 0x449110) is known color: La Palma. HEX triplet: 44, 91 and 10. RGB value is (68,145,16). Sum of RGB (Red+Green+Blue) = 68+145+16=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 145 (57.03% from 255 or 63.32% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 145 - color contains mainly: green. Hex color #449110 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449110 is #BB6EEF. Grayscale: #6B6B6B. Windows color (decimal): -12283632 or 1085764. OLE color: 1085764.

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

Color convert

RGB 68 145 16 -
CMYK 0.53 0 0.89 0.43
HSL 95.81º 0.8% 0.32% -
HSV(B) 95.81º 0.89% 0.57% -
XYZ 12.6 21.52 3.98 -
YUV 107.27 76.49 99.99 -
System Red Green Blue C M Y K H S L
Decimal 68 145 16 0.53 0 0.89 0.43 95.81 0.8 0.32
Hex 44 91 10 35 0 59 2B 60 50 20
Octal 104 221 20 65 0 131 53 140 120 40
Binary 1000100 10010001 10000 110101 0 1011001 101011 1100000 1010000 100000

Color Harmonies of #449110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449110

Black with #449110

Text Example


Text Example

White with #449110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449110; }

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

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

background-color css

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

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

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

border-color css

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

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

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