Html Css Color HEX #449201 La Palma

📋 copy color: '#449201'

red 68 ◦ green 146 ◦ blue 1

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

Shades of La Palma #449201

Tints of La Palma #449201

RGB

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

 GREEN value IS 146 (57.42% from 255) = 67.91%

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

R = 31.63%
G = 67.91%
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

#449201 (or 0x449201) is known color: La Palma. HEX triplet: 44, 92 and 01. RGB value is (68,146,1). Sum of RGB (Red+Green+Blue) = 68+146+1=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 146 (57.42% from 255 or 67.91% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 146 - color contains mainly: green. Hex color #449201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449201 is #BB6DFE. Grayscale: #6A6A6A. Windows color (decimal): -12283391 or 102980. OLE color: 102980.

HSL color Cylindrical-coordinate representation of color #449201: hue angle of 92.28º 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 #449201 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 146 1 -
CMYK 0.53 0 0.99 0.43
HSL 92.28º 0.99% 0.29% -
HSV(B) 92.28º 0.99% 0.57% -
XYZ 12.67 21.79 3.57 -
YUV 106.15 68.66 100.79 -
System Red Green Blue C M Y K H S L
Decimal 68 146 1 0.53 0 0.99 0.43 92.28 0.99 0.29
Hex 44 92 1 35 0 63 2B 5C 63 1D
Octal 104 222 1 65 0 143 53 134 143 35
Binary 1000100 10010010 1 110101 0 1100011 101011 1011100 1100011 11101

Color Harmonies of #449201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449201

Black with #449201

Text Example


Text Example

White with #449201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449201; }

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

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

background-color css

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

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

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

border-color css

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

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

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