Html Css Color HEX #448231 La Palma

📋 copy color: '#448231'

red 68 ◦ green 130 ◦ blue 49

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

Shades of La Palma #448231

Tints of La Palma #448231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.63%

 BLUE value IS 49 (19.53% from 255) = 19.84%

R = 27.53%
G = 52.63%
B = 19.84%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#448231 (or 0x448231) is known color: La Palma. HEX triplet: 44, 82 and 31. RGB value is (68,130,49). Sum of RGB (Red+Green+Blue) = 68+130+49=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #448231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448231 is #BB7DCE. Grayscale: #666666. Windows color (decimal): -12287439 or 3244612. OLE color: 3244612.

HSL color Cylindrical-coordinate representation of color #448231: hue angle of 105.93º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #448231 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 130 49 -
CMYK 0.48 0 0.62 0.49
HSL 105.93º 0.45% 0.35% -
HSV(B) 105.93º 0.62% 0.51% -
XYZ 10.92 17.42 5.69 -
YUV 102.23 97.96 103.59 -
System Red Green Blue C M Y K H S L
Decimal 68 130 49 0.48 0 0.62 0.49 105.93 0.45 0.35
Hex 44 82 31 30 0 3E 31 6A 2D 23
Octal 104 202 61 60 0 76 61 152 55 43
Binary 1000100 10000010 110001 110000 0 111110 110001 1101010 101101 100011

Color Harmonies of #448231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448231

Black with #448231

Text Example


Text Example

White with #448231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448231; }

 p { color: rgb(68,130,49); }

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

background-color css

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

 a { background-color: rgb(68,130,49); }

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

border-color css

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

 span { border-color: rgb(68,130,49); }

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