Html Css Color HEX #448532 La Palma

📋 copy color: '#448532'

red 68 ◦ green 133 ◦ blue 50

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

Shades of La Palma #448532

Tints of La Palma #448532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.99%

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

R = 27.09%
G = 52.99%
B = 19.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#448532 (or 0x448532) is known color: La Palma. HEX triplet: 44, 85 and 32. RGB value is (68,133,50). Sum of RGB (Red+Green+Blue) = 68+133+50=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #448532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448532 is #BB7ACD. Grayscale: #686868. Windows color (decimal): -12286670 or 3310916. OLE color: 3310916.

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

Color convert

RGB 68 133 50 -
CMYK 0.49 0 0.62 0.48
HSL 106.99º 0.45% 0.36% -
HSV(B) 106.99º 0.62% 0.52% -
XYZ 11.35 18.23 5.94 -
YUV 104.1 97.47 102.25 -
System Red Green Blue C M Y K H S L
Decimal 68 133 50 0.49 0 0.62 0.48 106.99 0.45 0.36
Hex 44 85 32 31 0 3E 30 6B 2D 24
Octal 104 205 62 61 0 76 60 153 55 44
Binary 1000100 10000101 110010 110001 0 111110 110000 1101011 101101 100100

Color Harmonies of #448532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448532

Black with #448532

Text Example


Text Example

White with #448532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448532; }

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

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

background-color css

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

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

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

border-color css

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

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

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