Html Css Color HEX #44950C La Palma

📋 copy color: '#44950C'

red 68 ◦ green 149 ◦ blue 12

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

Shades of La Palma #44950C

Tints of La Palma #44950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 65.07%

 BLUE value IS 12 (5.08% from 255) = 5.24%

R = 29.69%
G = 65.07%
B = 5.24%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#44950C (or 0x44950C) is known color: La Palma. HEX triplet: 44, 95 and 0C. RGB value is (68,149,12). Sum of RGB (Red+Green+Blue) = 68+149+12=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 149 (58.59% from 255 or 65.07% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 149 - color contains mainly: green. Hex color #44950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44950C is #BB6AF3. Grayscale: #6D6D6D. Windows color (decimal): -12282612 or 824644. OLE color: 824644.

HSL color Cylindrical-coordinate representation of color #44950C: hue angle of 95.47º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #44950C is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 149 12 -
CMYK 0.54 0 0.92 0.42
HSL 95.47º 0.85% 0.32% -
HSV(B) 95.47º 0.92% 0.58% -
XYZ 13.2 22.75 4.04 -
YUV 109.16 73.16 98.64 -
System Red Green Blue C M Y K H S L
Decimal 68 149 12 0.54 0 0.92 0.42 95.47 0.85 0.32
Hex 44 95 C 36 0 5C 2A 5F 55 20
Octal 104 225 14 66 0 134 52 137 125 40
Binary 1000100 10010101 1100 110110 0 1011100 101010 1011111 1010101 100000

Color Harmonies of #44950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44950C

Black with #44950C

Text Example


Text Example

White with #44950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44950C; }

 p { color: rgb(68,149,12); }

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

background-color css

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

 a { background-color: rgb(68,149,12); }

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

border-color css

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

 span { border-color: rgb(68,149,12); }

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