Html Css Color HEX #448530 La Palma

📋 copy color: '#448530'

red 68 ◦ green 133 ◦ blue 48

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

Shades of La Palma #448530

Tints of La Palma #448530

RGB

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

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

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

R = 27.31%
G = 53.41%
B = 19.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#448530 (or 0x448530) is known color: La Palma. HEX triplet: 44, 85 and 30. RGB value is (68,133,48). Sum of RGB (Red+Green+Blue) = 68+133+48=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #448530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448530 is #BB7ACF. Grayscale: #686868. Windows color (decimal): -12286672 or 3179844. OLE color: 3179844.

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

Color convert

RGB 68 133 48 -
CMYK 0.49 0 0.64 0.48
HSL 105.88º 0.47% 0.35% -
HSV(B) 105.88º 0.64% 0.52% -
XYZ 11.3 18.22 5.72 -
YUV 103.88 96.47 102.41 -
System Red Green Blue C M Y K H S L
Decimal 68 133 48 0.49 0 0.64 0.48 105.88 0.47 0.35
Hex 44 85 30 31 0 40 30 6A 2F 23
Octal 104 205 60 61 0 100 60 152 57 43
Binary 1000100 10000101 110000 110001 0 1000000 110000 1101010 101111 100011

Color Harmonies of #448530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448530

Black with #448530

Text Example


Text Example

White with #448530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448530; }

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

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

background-color css

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

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

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

border-color css

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

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

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