Html Css Color HEX #448C35 La Palma

📋 copy color: '#448C35'

red 68 ◦ green 140 ◦ blue 53

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

Shades of La Palma #448C35

Tints of La Palma #448C35

RGB

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

 GREEN value IS 140 (55.08% from 255) = 53.64%

 BLUE value IS 53 (21.09% from 255) = 20.31%

R = 26.05%
G = 53.64%
B = 20.31%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#448C35 (or 0x448C35) is known color: La Palma. HEX triplet: 44, 8C and 35. RGB value is (68,140,53). Sum of RGB (Red+Green+Blue) = 68+140+53=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 140 (55.08% from 255 or 53.64% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 140 - color contains mainly: green. Hex color #448C35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448C35 is #BB73CA. Grayscale: #6C6C6C. Windows color (decimal): -12284875 or 3509316. OLE color: 3509316.

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

Color convert

RGB 68 140 53 -
CMYK 0.51 0 0.62 0.45
HSL 109.66º 0.45% 0.38% -
HSV(B) 109.66º 0.62% 0.55% -
XYZ 12.4 20.24 6.62 -
YUV 108.55 96.65 99.07 -
System Red Green Blue C M Y K H S L
Decimal 68 140 53 0.51 0 0.62 0.45 109.66 0.45 0.38
Hex 44 8C 35 33 0 3E 2D 6E 2D 26
Octal 104 214 65 63 0 76 55 156 55 46
Binary 1000100 10001100 110101 110011 0 111110 101101 1101110 101101 100110

Color Harmonies of #448C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448C35

Black with #448C35

Text Example


Text Example

White with #448C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,140,53); }

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

background-color css

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

 a { background-color: rgb(68,140,53); }

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

border-color css

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

 span { border-color: rgb(68,140,53); }

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