Html Css Color HEX #448914 La Palma

📋 copy color: '#448914'

red 68 ◦ green 137 ◦ blue 20

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

Shades of La Palma #448914

Tints of La Palma #448914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.89%

R = 30.22%
G = 60.89%
B = 8.89%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#448914 (or 0x448914) is known color: La Palma. HEX triplet: 44, 89 and 14. RGB value is (68,137,20). Sum of RGB (Red+Green+Blue) = 68+137+20=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 137 (53.91% from 255 or 60.89% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 137 - color contains mainly: green. Hex color #448914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448914 is #BB76EB. Grayscale: #676767. Windows color (decimal): -12285676 or 1345860. OLE color: 1345860.

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

Color convert

RGB 68 137 20 -
CMYK 0.50 0 0.85 0.46
HSL 95.38º 0.75% 0.31% -
HSV(B) 95.38º 0.85% 0.54% -
XYZ 11.46 19.17 3.76 -
YUV 103.03 81.14 103.01 -
System Red Green Blue C M Y K H S L
Decimal 68 137 20 0.50 0 0.85 0.46 95.38 0.75 0.31
Hex 44 89 14 32 0 55 2E 5F 4B 1F
Octal 104 211 24 62 0 125 56 137 113 37
Binary 1000100 10001001 10100 110010 0 1010101 101110 1011111 1001011 11111

Color Harmonies of #448914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448914

Black with #448914

Text Example


Text Example

White with #448914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448914; }

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

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

background-color css

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

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

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

border-color css

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

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

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