Html Css Color HEX #449A10 La Palma

📋 copy color: '#449A10'

red 68 ◦ green 154 ◦ blue 16

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

Shades of La Palma #449A10

Tints of La Palma #449A10

RGB

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

 GREEN value IS 154 (60.55% from 255) = 64.71%

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

R = 28.57%
G = 64.71%
B = 6.72%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#449A10 (or 0x449A10) is known color: La Palma. HEX triplet: 44, 9A and 10. RGB value is (68,154,16). Sum of RGB (Red+Green+Blue) = 68+154+16=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 154 (60.55% from 255 or 64.71% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 154 - color contains mainly: green. Hex color #449A10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449A10 is #BB65EF. Grayscale: #717171. Windows color (decimal): -12281328 or 1088068. OLE color: 1088068.

HSL color Cylindrical-coordinate representation of color #449A10: hue angle of 97.39º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #449A10 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 154 16 -
CMYK 0.56 0 0.90 0.40
HSL 97.39º 0.81% 0.33% -
HSV(B) 97.39º 0.9% 0.6% -
XYZ 14.03 24.38 4.46 -
YUV 112.55 73.51 96.22 -
System Red Green Blue C M Y K H S L
Decimal 68 154 16 0.56 0 0.90 0.40 97.39 0.81 0.33
Hex 44 9A 10 38 0 5A 28 61 51 21
Octal 104 232 20 70 0 132 50 141 121 41
Binary 1000100 10011010 10000 111000 0 1011010 101000 1100001 1010001 100001

Color Harmonies of #449A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A10

Black with #449A10

Text Example


Text Example

White with #449A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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