#488B01

Color #488B01 Vida Loca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vida Loca #488B01

Tints of Vida Loca #488B01

Color information

#488B01 (or 0x488B01) is unknown color: approx Vida Loca. HEX triplet: 48, 8B and 01. RGB value is (72,139,1). Sum of RGB (Red+Green+Blue) = 72+139+1=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 139 (54.69% from 255 or 65.57% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 139 - color contains mainly: green. Hex color #488B01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488B01 is #B774FE. Grayscale: #676767. Windows color (decimal): -12023039 or 101192. OLE color: 101192.

HSL color Cylindrical-coordinate representation of color #488B01: hue angle of 89.13º 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 #488B01 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB721391-
CMYK0.4800.990.45
HSL89.13º98.57%27.45%-
HSV(B)89.13º99.28%54.51%-
XYZ11.9119.853.23-
YUV103.2370.3105.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 139 (54.69% from 255) = 65.57%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=33.96%
G=65.57%
B=0.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7213910.4800.990.4589.1398.5727.45
Hex488B1300632D59631b
Octal11021316001435513114333
Binary1001000100010111110000011000111011011011001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #488B01;
 }
 .AnyTagClassName
 {
   color: #488B01;
 }
</style>
background-color css

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

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

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

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

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

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