#638E28

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

Shades of Vida Loca #638E28

Tints of Vida Loca #638E28

Color information

#638E28 (or 0x638E28) is unknown color: approx Vida Loca. HEX triplet: 63, 8E and 28. RGB value is (99,142,40). Sum of RGB (Red+Green+Blue) = 99+142+40=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 142 (55.86% from 255 or 50.53% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 142 - color contains mainly: green. Hex color #638E28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638E28 is #9C71D7. Grayscale: #757575. Windows color (decimal): -10252760 or 2657891. OLE color: 2657891.

HSL color Cylindrical-coordinate representation of color #638E28: hue angle of 85.29º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #638E28 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB9914240-
CMYK0.3000.720.44
HSL85.29º56.04%35.69%-
HSV(B)85.29º71.83%55.69%-
XYZ15.222.155.48-
YUV117.5284.25114.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.23%
GREEN value IS 142 (55.86% from 255) = 50.53%
BLUE value IS 40 (16.02% from 255) = 14.23%
R=35.23%
G=50.53%
B=14.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99142400.3000.720.4485.2956.0435.69
Hex638E281E0482C553824
Octal14321650360110541257044
Binary11000111000111010100011110010010001011001010101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638E28; }

 p { color: rgb(99,142,40); }

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

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

 a { background-color: rgb(99,142,40); }

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

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

 span { border-color: rgb(99,142,40); }

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