Html Css Color HEX #448D34 La Palma

📋 copy color: '#448D34'

red 68 ◦ green 141 ◦ blue 52

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

Shades of La Palma #448D34

Tints of La Palma #448D34

RGB

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

 GREEN value IS 141 (55.47% from 255) = 54.02%

 BLUE value IS 52 (20.7% from 255) = 19.92%

R = 26.05%
G = 54.02%
B = 19.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#448D34 (or 0x448D34) is known color: La Palma. HEX triplet: 44, 8D and 34. RGB value is (68,141,52). Sum of RGB (Red+Green+Blue) = 68+141+52=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 141 (55.47% from 255 or 54.02% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 141 - color contains mainly: green. Hex color #448D34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448D34 is #BB72CB. Grayscale: #6D6D6D. Windows color (decimal): -12284620 or 3444036. OLE color: 3444036.

HSL color Cylindrical-coordinate representation of color #448D34: hue angle of 109.21º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #448D34 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 141 52 -
CMYK 0.52 0 0.63 0.45
HSL 109.21º 0.46% 0.38% -
HSV(B) 109.21º 0.63% 0.55% -
XYZ 12.53 20.53 6.55 -
YUV 109.03 95.82 98.74 -
System Red Green Blue C M Y K H S L
Decimal 68 141 52 0.52 0 0.63 0.45 109.21 0.46 0.38
Hex 44 8D 34 34 0 3F 2D 6D 2E 26
Octal 104 215 64 64 0 77 55 155 56 46
Binary 1000100 10001101 110100 110100 0 111111 101101 1101101 101110 100110

Color Harmonies of #448D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D34

Black with #448D34

Text Example


Text Example

White with #448D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448D34; }

 p { color: rgb(68,141,52); }

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

background-color css

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

 a { background-color: rgb(68,141,52); }

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

border-color css

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

 span { border-color: rgb(68,141,52); }

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