Html Css Color HEX #449101 La Palma

📋 copy color: '#449101'

red 68 ◦ green 145 ◦ blue 1

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

Shades of La Palma #449101

Tints of La Palma #449101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 67.76%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 31.78%
G = 67.76%
B = 0.47%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#449101 (or 0x449101) is known color: La Palma. HEX triplet: 44, 91 and 01. RGB value is (68,145,1). Sum of RGB (Red+Green+Blue) = 68+145+1=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 145 (57.03% from 255 or 67.76% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 145 - color contains mainly: green. Hex color #449101 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449101 is #BB6EFE. Grayscale: #6A6A6A. Windows color (decimal): -12283647 or 102724. OLE color: 102724.

HSL color Cylindrical-coordinate representation of color #449101: hue angle of 92.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #449101 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 145 1 -
CMYK 0.53 0 0.99 0.43
HSL 92.08º 0.99% 0.29% -
HSV(B) 92.08º 0.99% 0.57% -
XYZ 12.51 21.48 3.52 -
YUV 105.56 68.99 101.21 -
System Red Green Blue C M Y K H S L
Decimal 68 145 1 0.53 0 0.99 0.43 92.08 0.99 0.29
Hex 44 91 1 35 0 63 2B 5C 63 1D
Octal 104 221 1 65 0 143 53 134 143 35
Binary 1000100 10010001 1 110101 0 1100011 101011 1011100 1100011 11101

Color Harmonies of #449101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449101

Black with #449101

Text Example


Text Example

White with #449101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449101; }

 p { color: rgb(68,145,1); }

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

background-color css

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

 a { background-color: rgb(68,145,1); }

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

border-color css

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

 span { border-color: rgb(68,145,1); }

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