Html Css Color HEX #448716 La Palma

📋 copy color: '#448716'

red 68 ◦ green 135 ◦ blue 22

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

Shades of La Palma #448716

Tints of La Palma #448716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 60%

 BLUE value IS 22 (8.98% from 255) = 9.78%

R = 30.22%
G = 60%
B = 9.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#448716 (or 0x448716) is known color: La Palma. HEX triplet: 44, 87 and 16. RGB value is (68,135,22). Sum of RGB (Red+Green+Blue) = 68+135+22=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #448716 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448716 is #BB78E9. Grayscale: #666666. Windows color (decimal): -12286186 or 1476420. OLE color: 1476420.

HSL color Cylindrical-coordinate representation of color #448716: hue angle of 95.58º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #448716 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 135 22 -
CMYK 0.50 0 0.84 0.47
HSL 95.58º 0.72% 0.31% -
HSV(B) 95.58º 0.84% 0.53% -
XYZ 11.19 18.61 3.76 -
YUV 102.09 82.8 103.69 -
System Red Green Blue C M Y K H S L
Decimal 68 135 22 0.50 0 0.84 0.47 95.58 0.72 0.31
Hex 44 87 16 32 0 54 2F 60 48 1F
Octal 104 207 26 62 0 124 57 140 110 37
Binary 1000100 10000111 10110 110010 0 1010100 101111 1100000 1001000 11111

Color Harmonies of #448716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448716

Black with #448716

Text Example


Text Example

White with #448716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448716; }

 p { color: rgb(68,135,22); }

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

background-color css

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

 a { background-color: rgb(68,135,22); }

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

border-color css

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

 span { border-color: rgb(68,135,22); }

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