Html Css Color HEX #538B0F Vida Loca

📋 copy color: '#538B0F'

red 83 ◦ green 139 ◦ blue 15

#538B0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vida Loca #538B0F

Tints of Vida Loca #538B0F

RGB

 RED value IS 83 (32.81% from 255) = 35.02%

 GREEN value IS 139 (54.69% from 255) = 58.65%

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 35.02%
G = 58.65%
B = 6.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#538B0F (or 0x538B0F) is known color: Vida Loca. HEX triplet: 53, 8B and 0F. RGB value is (83,139,15). Sum of RGB (Red+Green+Blue) = 83+139+15=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 139 (54.69% from 255 or 58.65% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 139 - color contains mainly: green. Hex color #538B0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538B0F is #AC74F0. Grayscale: #6C6C6C. Windows color (decimal): -11302129 or 1018707. OLE color: 1018707.

HSL color Cylindrical-coordinate representation of color #538B0F: hue angle of 87.1º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #538B0F is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 139 15 -
CMYK 0.40 0 0.89 0.45
HSL 87.1º 0.81% 0.3% -
HSV(B) 87.1º 0.89% 0.55% -
XYZ 12.89 20.34 3.7 -
YUV 108.12 75.45 110.08 -
System Red Green Blue C M Y K H S L
Decimal 83 139 15 0.40 0 0.89 0.45 87.1 0.81 0.3
Hex 53 8B F 28 0 59 2D 57 51 1E
Octal 123 213 17 50 0 131 55 127 121 36
Binary 1010011 10001011 1111 101000 0 1011001 101101 1010111 1010001 11110

Color Harmonies of #538B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B0F

Black with #538B0F

Text Example


Text Example

White with #538B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538B0F; }

 p { color: rgb(83,139,15); }

 H1.HeaderClassName
 {
   color: #538B0F;
 }
 .AnyTagClassName
 {
   color: #538B0F;
 }
</style>

background-color css

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

 a { background-color: rgb(83,139,15); }

 div.DivClassName
 {
   background-color: #538B0F;
 }
 .BgClassName
 {
   background-color: #538B0F;
 }
</style>

border-color css

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

 span { border-color: rgb(83,139,15); }

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