#618231

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

Shades of Vida Loca #618231

Tints of Vida Loca #618231

Color information

#618231 (or 0x618231) is unknown color: approx Vida Loca. HEX triplet: 61, 82 and 31. RGB value is (97,130,49). Sum of RGB (Red+Green+Blue) = 97+130+49=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #618231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618231 is #9E7DCE. Grayscale: #6F6F6F. Windows color (decimal): -10386895 or 3244641. OLE color: 3244641.

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

Color convert

RGB9713049-
CMYK0.2500.620.49
HSL84.44º45.25%35.1%-
HSV(B)84.44º62.31%50.98%-
XYZ13.4718.735.81-
YUV110.993.07118.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.14%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 49 (19.53% from 255) = 17.75%
R=35.14%
G=47.10%
B=17.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97130490.2500.620.4984.4445.2535.1
Hex6182311903E31542d23
Octal1412026131076611245543
Binary1100001100000101100011100101111101100011010100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618231; }

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

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

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

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

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

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

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

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