#618E32

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

Shades of Vida Loca #618E32

Tints of Vida Loca #618E32

Color information

#618E32 (or 0x618E32) is unknown color: approx Vida Loca. HEX triplet: 61, 8E and 32. RGB value is (97,142,50). Sum of RGB (Red+Green+Blue) = 97+142+50=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 142 (55.86% from 255 or 49.13% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 142 - color contains mainly: green. Hex color #618E32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618E32 is #9E71CD. Grayscale: #767676. Windows color (decimal): -10383822 or 3313249. OLE color: 3313249.

HSL color Cylindrical-coordinate representation of color #618E32: hue angle of 89.35º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #618E32 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB9714250-
CMYK0.3200.650.44
HSL89.35º47.92%37.65%-
HSV(B)89.35º64.79%55.69%-
XYZ15.1822.126.49-
YUV118.0689.59112.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.56%
GREEN value IS 142 (55.86% from 255) = 49.13%
BLUE value IS 50 (19.92% from 255) = 17.30%
R=33.56%
G=49.13%
B=17.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97142500.3200.650.4489.3547.9237.65
Hex618E32200412C593026
Octal14121662400101541316046
Binary110000110001110110010100000010000011011001011001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618E32; }

 p { color: rgb(97,142,50); }

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

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

 a { background-color: rgb(97,142,50); }

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

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

 span { border-color: rgb(97,142,50); }

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