Html Css Color HEX #448534 La Palma

📋 copy color: '#448534'

red 68 ◦ green 133 ◦ blue 52

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

Shades of La Palma #448534

Tints of La Palma #448534

RGB

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

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

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

R = 26.88%
G = 52.57%
B = 20.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#448534 (or 0x448534) is known color: La Palma. HEX triplet: 44, 85 and 34. RGB value is (68,133,52). Sum of RGB (Red+Green+Blue) = 68+133+52=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #448534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448534 is #BB7ACB. Grayscale: #686868. Windows color (decimal): -12286668 or 3441988. OLE color: 3441988.

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

Color convert

RGB 68 133 52 -
CMYK 0.49 0 0.61 0.48
HSL 108.15º 0.44% 0.36% -
HSV(B) 108.15º 0.61% 0.52% -
XYZ 11.39 18.25 6.17 -
YUV 104.33 98.47 102.09 -
System Red Green Blue C M Y K H S L
Decimal 68 133 52 0.49 0 0.61 0.48 108.15 0.44 0.36
Hex 44 85 34 31 0 3D 30 6C 2C 24
Octal 104 205 64 61 0 75 60 154 54 44
Binary 1000100 10000101 110100 110001 0 111101 110000 1101100 101100 100100

Color Harmonies of #448534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448534

Black with #448534

Text Example


Text Example

White with #448534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448534; }

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

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

background-color css

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

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

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

border-color css

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

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

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