Html Css Color HEX #448522 La Palma

📋 copy color: '#448522'

red 68 ◦ green 133 ◦ blue 34

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

Shades of La Palma #448522

Tints of La Palma #448522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.47%

R = 28.94%
G = 56.6%
B = 14.47%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#448522 (or 0x448522) is known color: La Palma. HEX triplet: 44, 85 and 22. RGB value is (68,133,34). Sum of RGB (Red+Green+Blue) = 68+133+34=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #448522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448522 is #BB7ADD. Grayscale: #666666. Windows color (decimal): -12286686 or 2262340. OLE color: 2262340.

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

Color convert

RGB 68 133 34 -
CMYK 0.49 0 0.74 0.48
HSL 99.39º 0.59% 0.33% -
HSV(B) 99.39º 0.74% 0.52% -
XYZ 11.06 18.12 4.43 -
YUV 102.28 89.47 103.55 -
System Red Green Blue C M Y K H S L
Decimal 68 133 34 0.49 0 0.74 0.48 99.39 0.59 0.33
Hex 44 85 22 31 0 4A 30 63 3B 21
Octal 104 205 42 61 0 112 60 143 73 41
Binary 1000100 10000101 100010 110001 0 1001010 110000 1100011 111011 100001

Color Harmonies of #448522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448522

Black with #448522

Text Example


Text Example

White with #448522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448522; }

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

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

background-color css

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

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

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

border-color css

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

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

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