Html Css Color HEX #479101 La Palma

📋 copy color: '#479101'

red 71 ◦ green 145 ◦ blue 1

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

Shades of La Palma #479101

Tints of La Palma #479101

RGB

 RED value IS 71 (28.13% from 255) = 32.72%

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

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

R = 32.72%
G = 66.82%
B = 0.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#479101 (or 0x479101) is known color: La Palma. HEX triplet: 47, 91 and 01. RGB value is (71,145,1). Sum of RGB (Red+Green+Blue) = 71+145+1=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 145 (57.03% from 255 or 66.82% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 145 - color contains mainly: green. Hex color #479101 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479101 is #B86EFE. Grayscale: #6A6A6A. Windows color (decimal): -12087039 or 102727. OLE color: 102727.

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

Color convert

RGB 71 145 1 -
CMYK 0.51 0 0.99 0.43
HSL 90.83º 0.99% 0.29% -
HSV(B) 90.83º 0.99% 0.57% -
XYZ 12.73 21.59 3.53 -
YUV 106.46 68.48 102.71 -
System Red Green Blue C M Y K H S L
Decimal 71 145 1 0.51 0 0.99 0.43 90.83 0.99 0.29
Hex 47 91 1 33 0 63 2B 5B 63 1D
Octal 107 221 1 63 0 143 53 133 143 35
Binary 1000111 10010001 1 110011 0 1100011 101011 1011011 1100011 11101

Color Harmonies of #479101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479101

Black with #479101

Text Example


Text Example

White with #479101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479101; }

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

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

background-color css

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

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

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

border-color css

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

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

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