Html Css Color HEX #448132 La Palma

📋 copy color: '#448132'

red 68 ◦ green 129 ◦ blue 50

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

Shades of La Palma #448132

Tints of La Palma #448132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.23%

 BLUE value IS 50 (19.92% from 255) = 20.24%

R = 27.53%
G = 52.23%
B = 20.24%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#448132 (or 0x448132) is known color: La Palma. HEX triplet: 44, 81 and 32. RGB value is (68,129,50). Sum of RGB (Red+Green+Blue) = 68+129+50=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #448132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448132 is #BB7ECD. Grayscale: #666666. Windows color (decimal): -12287694 or 3309892. OLE color: 3309892.

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

Color convert

RGB 68 129 50 -
CMYK 0.47 0 0.61 0.49
HSL 106.33º 0.44% 0.35% -
HSV(B) 106.33º 0.61% 0.51% -
XYZ 10.81 17.16 5.76 -
YUV 101.76 98.79 103.92 -
System Red Green Blue C M Y K H S L
Decimal 68 129 50 0.47 0 0.61 0.49 106.33 0.44 0.35
Hex 44 81 32 2F 0 3D 31 6A 2C 23
Octal 104 201 62 57 0 75 61 152 54 43
Binary 1000100 10000001 110010 101111 0 111101 110001 1101010 101100 100011

Color Harmonies of #448132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448132

Black with #448132

Text Example


Text Example

White with #448132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448132; }

 p { color: rgb(68,129,50); }

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

background-color css

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

 a { background-color: rgb(68,129,50); }

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

border-color css

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

 span { border-color: rgb(68,129,50); }

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