#538730

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

Shades of Vida Loca #538730

Tints of Vida Loca #538730

Color information

#538730 (or 0x538730) is unknown color: approx Vida Loca. HEX triplet: 53, 87 and 30. RGB value is (83,135,48). Sum of RGB (Red+Green+Blue) = 83+135+48=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #538730 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538730 is #AC78CF. Grayscale: #6D6D6D. Windows color (decimal): -11303120 or 3180371. OLE color: 3180371.

HSL color Cylindrical-coordinate representation of color #538730: hue angle of 95.86º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #538730 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB8313548-
CMYK0.3900.640.47
HSL95.86º47.54%35.88%-
HSV(B)95.86º64.44%52.94%-
XYZ12.7619.385.86-
YUV109.5393.27109.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 135 (53.12% from 255) = 50.75%
BLUE value IS 48 (19.14% from 255) = 18.05%
R=31.20%
G=50.75%
B=18.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83135480.3900.640.4795.8647.5435.88
Hex538730270402F603024
Octal12320760470100571406044
Binary101001110000111110000100111010000001011111100000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538730; }

 p { color: rgb(83,135,48); }

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

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

 a { background-color: rgb(83,135,48); }

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

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

 span { border-color: rgb(83,135,48); }

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