Html Css Color HEX #449428 La Palma

📋 copy color: '#449428'

red 68 ◦ green 148 ◦ blue 40

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

Shades of La Palma #449428

Tints of La Palma #449428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 26.56%
G = 57.81%
B = 15.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#449428 (or 0x449428) is known color: La Palma. HEX triplet: 44, 94 and 28. RGB value is (68,148,40). Sum of RGB (Red+Green+Blue) = 68+148+40=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #449428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449428 is #BB6BD7. Grayscale: #707070. Windows color (decimal): -12282840 or 2659396. OLE color: 2659396.

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

Color convert

RGB 68 148 40 -
CMYK 0.54 0 0.73 0.42
HSL 104.44º 0.57% 0.37% -
HSV(B) 104.44º 0.73% 0.58% -
XYZ 13.36 22.56 5.66 -
YUV 111.77 87.5 96.78 -
System Red Green Blue C M Y K H S L
Decimal 68 148 40 0.54 0 0.73 0.42 104.44 0.57 0.37
Hex 44 94 28 36 0 49 2A 68 39 25
Octal 104 224 50 66 0 111 52 150 71 45
Binary 1000100 10010100 101000 110110 0 1001001 101010 1101000 111001 100101

Color Harmonies of #449428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449428

Black with #449428

Text Example


Text Example

White with #449428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449428; }

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

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

background-color css

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

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

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

border-color css

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

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

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