Html Css Color HEX #478B01 La Palma

📋 copy color: '#478B01'

red 71 ◦ green 139 ◦ blue 1

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

Shades of La Palma #478B01

Tints of La Palma #478B01

RGB

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

 GREEN value IS 139 (54.69% from 255) = 65.88%

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

R = 33.65%
G = 65.88%
B = 0.47%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#478B01 (or 0x478B01) is known color: La Palma. HEX triplet: 47, 8B and 01. RGB value is (71,139,1). Sum of RGB (Red+Green+Blue) = 71+139+1=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 139 (54.69% from 255 or 65.88% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 139 - color contains mainly: green. Hex color #478B01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478B01 is #B874FE. Grayscale: #676767. Windows color (decimal): -12088575 or 101191. OLE color: 101191.

HSL color Cylindrical-coordinate representation of color #478B01: hue angle of 89.57º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #478B01 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 139 1 -
CMYK 0.49 0 0.99 0.45
HSL 89.57º 0.99% 0.27% -
HSV(B) 89.57º 0.99% 0.55% -
XYZ 11.84 19.81 3.23 -
YUV 102.94 70.47 105.22 -
System Red Green Blue C M Y K H S L
Decimal 71 139 1 0.49 0 0.99 0.45 89.57 0.99 0.27
Hex 47 8B 1 31 0 63 2D 5A 63 1B
Octal 107 213 1 61 0 143 55 132 143 33
Binary 1000111 10001011 1 110001 0 1100011 101101 1011010 1100011 11011

Color Harmonies of #478B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478B01

Black with #478B01

Text Example


Text Example

White with #478B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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