Html Css Color HEX #448D00 La Palma

📋 copy color: '#448D00'

red 68 ◦ green 141 ◦ blue 0

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

Shades of La Palma #448D00

Tints of La Palma #448D00

RGB

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

 GREEN value IS 141 (55.47% from 255) = 67.46%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.54%
G = 67.46%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#448D00 (or 0x448D00) is known color: La Palma. HEX triplet: 44, 8D and 00. RGB value is (68,141,0). Sum of RGB (Red+Green+Blue) = 68+141+0=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 141 (55.47% from 255 or 67.46% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 141 - color contains mainly: green. Hex color #448D00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448D00 is #BB72FF. Grayscale: #676767. Windows color (decimal): -12284672 or 36164. OLE color: 36164.

HSL color Cylindrical-coordinate representation of color #448D00: hue angle of 91.06º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #448D00 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 141 0 -
CMYK 0.52 0 1 0.45
HSL 91.06º 1% 0.28% -
HSV(B) 91.06º 1% 0.55% -
XYZ 11.91 20.28 3.29 -
YUV 103.1 69.82 102.96 -
System Red Green Blue C M Y K H S L
Decimal 68 141 0 0.52 0 1 0.45 91.06 1 0.28
Hex 44 8D 0 34 0 64 2D 5B 64 1C
Octal 104 215 0 64 0 144 55 133 144 34
Binary 1000100 10001101 0 110100 0 1100100 101101 1011011 1100100 11100

Color Harmonies of #448D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D00

Black with #448D00

Text Example


Text Example

White with #448D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448D00; }

 p { color: rgb(68,141,0); }

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

background-color css

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

 a { background-color: rgb(68,141,0); }

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

border-color css

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

 span { border-color: rgb(68,141,0); }

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