#5A8330

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

Shades of Vida Loca #5A8330

Tints of Vida Loca #5A8330

Color information

#5A8330 (or 0x5A8330) is unknown color: approx Vida Loca. HEX triplet: 5A, 83 and 30. RGB value is (90,131,48). Sum of RGB (Red+Green+Blue) = 90+131+48=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #5A8330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8330 is #A57CCF. Grayscale: #6D6D6D. Windows color (decimal): -10845392 or 3179354. OLE color: 3179354.

HSL color Cylindrical-coordinate representation of color #5A8330: hue angle of 89.64º 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 #5A8330 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB9013148-
CMYK0.3100.630.49
HSL89.64º46.37%35.1%-
HSV(B)89.64º63.36%51.37%-
XYZ12.8718.625.71-
YUV109.2893.42114.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.46%
GREEN value IS 131 (51.56% from 255) = 48.70%
BLUE value IS 48 (19.14% from 255) = 17.84%
R=33.46%
G=48.70%
B=17.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90131480.3100.630.4989.6446.3735.1
Hex5A83301F03F315a2e23
Octal1322036037077611325643
Binary1011010100000111100001111101111111100011011010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A8330; }

 p { color: rgb(90,131,48); }

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

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

 a { background-color: rgb(90,131,48); }

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

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

 span { border-color: rgb(90,131,48); }

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