Html Css Color HEX #448D3D La Palma

📋 copy color: '#448D3D'

red 68 ◦ green 141 ◦ blue 61

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

Shades of La Palma #448D3D

Tints of La Palma #448D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.59%

R = 25.19%
G = 52.22%
B = 22.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#448D3D (or 0x448D3D) is known color: La Palma. HEX triplet: 44, 8D and 3D. RGB value is (68,141,61). Sum of RGB (Red+Green+Blue) = 68+141+61=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 141 (55.47% from 255 or 52.22% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 141 - color contains mainly: green. Hex color #448D3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448D3D is #BB72C2. Grayscale: #6E6E6E. Windows color (decimal): -12284611 or 4033860. OLE color: 4033860.

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

Color convert

RGB 68 141 61 -
CMYK 0.52 0 0.57 0.45
HSL 114.75º 0.4% 0.4% -
HSV(B) 114.75º 0.57% 0.55% -
XYZ 12.75 20.62 7.72 -
YUV 110.05 100.32 98 -
System Red Green Blue C M Y K H S L
Decimal 68 141 61 0.52 0 0.57 0.45 114.75 0.4 0.4
Hex 44 8D 3D 34 0 39 2D 73 28 28
Octal 104 215 75 64 0 71 55 163 50 50
Binary 1000100 10001101 111101 110100 0 111001 101101 1110011 101000 101000

Color Harmonies of #448D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D3D

Black with #448D3D

Text Example


Text Example

White with #448D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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