#618230

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

Shades of Vida Loca #618230

Tints of Vida Loca #618230

Color information

#618230 (or 0x618230) is unknown color: approx Vida Loca. HEX triplet: 61, 82 and 30. RGB value is (97,130,48). Sum of RGB (Red+Green+Blue) = 97+130+48=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #618230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618230 is #9E7DCF. Grayscale: #6F6F6F. Windows color (decimal): -10386896 or 3179105. OLE color: 3179105.

HSL color Cylindrical-coordinate representation of color #618230: hue angle of 84.15º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #618230 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB9713048-
CMYK0.2500.630.49
HSL84.15º46.07%34.9%-
HSV(B)84.15º63.08%50.98%-
XYZ13.4518.725.7-
YUV110.7892.57118.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=35.27%
G=47.27%
B=17.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97130480.2500.630.4984.1546.0734.9
Hex6182301903F31542e23
Octal1412026031077611245643
Binary1100001100000101100001100101111111100011010100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618230; }

 p { color: rgb(97,130,48); }

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

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

 a { background-color: rgb(97,130,48); }

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

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

 span { border-color: rgb(97,130,48); }

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