#608B31

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

Shades of Vida Loca #608B31

Tints of Vida Loca #608B31

Color information

#608B31 (or 0x608B31) is unknown color: approx Vida Loca. HEX triplet: 60, 8B and 31. RGB value is (96,139,49). Sum of RGB (Red+Green+Blue) = 96+139+49=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 139 (54.69% from 255 or 48.94% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 139 - color contains mainly: green. Hex color #608B31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608B31 is #9F74CE. Grayscale: #747474. Windows color (decimal): -10450127 or 3246944. OLE color: 3246944.

HSL color Cylindrical-coordinate representation of color #608B31: hue angle of 88.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #608B31 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB9613949-
CMYK0.3100.650.45
HSL88.67º47.87%36.86%-
HSV(B)88.67º64.75%54.51%-
XYZ14.6121.176.22-
YUV115.8890.25113.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.80%
GREEN value IS 139 (54.69% from 255) = 48.94%
BLUE value IS 49 (19.53% from 255) = 17.25%
R=33.80%
G=48.94%
B=17.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96139490.3100.650.4588.6747.8736.86
Hex608B311F0412D593025
Octal14021361370101551316045
Binary11000001000101111000111111010000011011011011001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608B31; }

 p { color: rgb(96,139,49); }

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

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

 a { background-color: rgb(96,139,49); }

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

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

 span { border-color: rgb(96,139,49); }

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