Html Css Color HEX #449410 La Palma

📋 copy color: '#449410'

red 68 ◦ green 148 ◦ blue 16

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

Shades of La Palma #449410

Tints of La Palma #449410

RGB

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

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

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

R = 29.31%
G = 63.79%
B = 6.9%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#449410 (or 0x449410) is known color: La Palma. HEX triplet: 44, 94 and 10. RGB value is (68,148,16). Sum of RGB (Red+Green+Blue) = 68+148+16=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #449410 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449410 is #BB6BEF. Grayscale: #6D6D6D. Windows color (decimal): -12282864 or 1086532. OLE color: 1086532.

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

Color convert

RGB 68 148 16 -
CMYK 0.54 0 0.89 0.42
HSL 96.36º 0.8% 0.32% -
HSV(B) 96.36º 0.89% 0.58% -
XYZ 13.07 22.45 4.13 -
YUV 109.03 75.5 98.73 -
System Red Green Blue C M Y K H S L
Decimal 68 148 16 0.54 0 0.89 0.42 96.36 0.8 0.32
Hex 44 94 10 36 0 59 2A 60 50 20
Octal 104 224 20 66 0 131 52 140 120 40
Binary 1000100 10010100 10000 110110 0 1011001 101010 1100000 1010000 100000

Color Harmonies of #449410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449410

Black with #449410

Text Example


Text Example

White with #449410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449410; }

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

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

background-color css

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

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

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

border-color css

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

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

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