Html Css Color HEX #448330 La Palma

📋 copy color: '#448330'

red 68 ◦ green 131 ◦ blue 48

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

Shades of La Palma #448330

Tints of La Palma #448330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.43%

R = 27.53%
G = 53.04%
B = 19.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#448330 (or 0x448330) is known color: La Palma. HEX triplet: 44, 83 and 30. RGB value is (68,131,48). Sum of RGB (Red+Green+Blue) = 68+131+48=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #448330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448330 is #BB7CCF. Grayscale: #666666. Windows color (decimal): -12287184 or 3179332. OLE color: 3179332.

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

Color convert

RGB 68 131 48 -
CMYK 0.48 0 0.63 0.49
HSL 105.54º 0.46% 0.35% -
HSV(B) 105.54º 0.63% 0.51% -
XYZ 11.03 17.67 5.63 -
YUV 102.7 97.13 103.25 -
System Red Green Blue C M Y K H S L
Decimal 68 131 48 0.48 0 0.63 0.49 105.54 0.46 0.35
Hex 44 83 30 30 0 3F 31 6A 2E 23
Octal 104 203 60 60 0 77 61 152 56 43
Binary 1000100 10000011 110000 110000 0 111111 110001 1101010 101110 100011

Color Harmonies of #448330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448330

Black with #448330

Text Example


Text Example

White with #448330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448330; }

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

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

background-color css

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

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

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

border-color css

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

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

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