#638D28

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

Shades of Vida Loca #638D28

Tints of Vida Loca #638D28

Color information

#638D28 (or 0x638D28) is unknown color: approx Vida Loca. HEX triplet: 63, 8D and 28. RGB value is (99,141,40). Sum of RGB (Red+Green+Blue) = 99+141+40=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #638D28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638D28 is #9C72D7. Grayscale: #757575. Windows color (decimal): -10253016 or 2657635. OLE color: 2657635.

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

Color convert

RGB9914140-
CMYK0.3000.720.45
HSL84.95º55.8%35.49%-
HSV(B)84.95º71.63%55.29%-
XYZ15.0521.865.43-
YUV116.9384.59115.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.36%
GREEN value IS 141 (55.47% from 255) = 50.36%
BLUE value IS 40 (16.02% from 255) = 14.29%
R=35.36%
G=50.36%
B=14.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99141400.3000.720.4584.9555.835.49
Hex638D281E0482D553823
Octal14321550360110551257043
Binary11000111000110110100011110010010001011011010101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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