Html Css Color HEX #448B05 La Palma

📋 copy color: '#448B05'

red 68 ◦ green 139 ◦ blue 5

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

Shades of La Palma #448B05

Tints of La Palma #448B05

RGB

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

 GREEN value IS 139 (54.69% from 255) = 65.57%

 BLUE value IS 5 (2.34% from 255) = 2.36%

R = 32.08%
G = 65.57%
B = 2.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#448B05 (or 0x448B05) is known color: La Palma. HEX triplet: 44, 8B and 05. RGB value is (68,139,5). Sum of RGB (Red+Green+Blue) = 68+139+5=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 139 (54.69% from 255 or 65.57% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 139 - color contains mainly: green. Hex color #448B05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448B05 is #BB74FA. Grayscale: #666666. Windows color (decimal): -12285179 or 363332. OLE color: 363332.

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

Color convert

RGB 68 139 5 -
CMYK 0.51 0 0.96 0.45
HSL 91.79º 0.93% 0.28% -
HSV(B) 91.79º 0.96% 0.55% -
XYZ 11.64 19.71 3.33 -
YUV 102.5 72.98 103.4 -
System Red Green Blue C M Y K H S L
Decimal 68 139 5 0.51 0 0.96 0.45 91.79 0.93 0.28
Hex 44 8B 5 33 0 60 2D 5C 5D 1C
Octal 104 213 5 63 0 140 55 134 135 34
Binary 1000100 10001011 101 110011 0 1100000 101101 1011100 1011101 11100

Color Harmonies of #448B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448B05

Black with #448B05

Text Example


Text Example

White with #448B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,139,5); }

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

background-color css

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

 a { background-color: rgb(68,139,5); }

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

border-color css

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

 span { border-color: rgb(68,139,5); }

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