Html Css Color HEX #448328 La Palma

📋 copy color: '#448328'

red 68 ◦ green 131 ◦ blue 40

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

Shades of La Palma #448328

Tints of La Palma #448328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.81%

 BLUE value IS 40 (16.02% from 255) = 16.74%

R = 28.45%
G = 54.81%
B = 16.74%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#448328 (or 0x448328) is known color: La Palma. HEX triplet: 44, 83 and 28. RGB value is (68,131,40). Sum of RGB (Red+Green+Blue) = 68+131+40=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #448328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448328 is #BB7CD7. Grayscale: #666666. Windows color (decimal): -12287192 or 2655044. OLE color: 2655044.

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

Color convert

RGB 68 131 40 -
CMYK 0.48 0 0.69 0.49
HSL 101.54º 0.53% 0.34% -
HSV(B) 101.54º 0.69% 0.51% -
XYZ 10.88 17.61 4.83 -
YUV 101.79 93.13 103.9 -
System Red Green Blue C M Y K H S L
Decimal 68 131 40 0.48 0 0.69 0.49 101.54 0.53 0.34
Hex 44 83 28 30 0 45 31 66 35 22
Octal 104 203 50 60 0 105 61 146 65 42
Binary 1000100 10000011 101000 110000 0 1000101 110001 1100110 110101 100010

Color Harmonies of #448328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448328

Black with #448328

Text Example


Text Example

White with #448328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448328; }

 p { color: rgb(68,131,40); }

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

background-color css

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

 a { background-color: rgb(68,131,40); }

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

border-color css

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

 span { border-color: rgb(68,131,40); }

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