Html Css Color HEX #448913 La Palma

📋 copy color: '#448913'

red 68 ◦ green 137 ◦ blue 19

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

Shades of La Palma #448913

Tints of La Palma #448913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 61.16%

 BLUE value IS 19 (7.81% from 255) = 8.48%

R = 30.36%
G = 61.16%
B = 8.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#448913 (or 0x448913) is known color: La Palma. HEX triplet: 44, 89 and 13. RGB value is (68,137,19). Sum of RGB (Red+Green+Blue) = 68+137+19=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 137 (53.91% from 255 or 61.16% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 137 - color contains mainly: green. Hex color #448913 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448913 is #BB76EC. Grayscale: #676767. Windows color (decimal): -12285677 or 1280324. OLE color: 1280324.

HSL color Cylindrical-coordinate representation of color #448913: hue angle of 95.08º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #448913 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 137 19 -
CMYK 0.50 0 0.86 0.46
HSL 95.08º 0.76% 0.31% -
HSV(B) 95.08º 0.86% 0.54% -
XYZ 11.45 19.17 3.71 -
YUV 102.92 80.64 103.09 -
System Red Green Blue C M Y K H S L
Decimal 68 137 19 0.50 0 0.86 0.46 95.08 0.76 0.31
Hex 44 89 13 32 0 56 2E 5F 4C 1F
Octal 104 211 23 62 0 126 56 137 114 37
Binary 1000100 10001001 10011 110010 0 1010110 101110 1011111 1001100 11111

Color Harmonies of #448913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448913

Black with #448913

Text Example


Text Example

White with #448913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448913; }

 p { color: rgb(68,137,19); }

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

background-color css

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

 a { background-color: rgb(68,137,19); }

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

border-color css

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

 span { border-color: rgb(68,137,19); }

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