Html Css Color HEX #538B0D Vida Loca

📋 copy color: '#538B0D'

red 83 ◦ green 139 ◦ blue 13

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

Shades of Vida Loca #538B0D

Tints of Vida Loca #538B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.53%

R = 35.32%
G = 59.15%
B = 5.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#538B0D (or 0x538B0D) is known color: Vida Loca. HEX triplet: 53, 8B and 0D. RGB value is (83,139,13). Sum of RGB (Red+Green+Blue) = 83+139+13=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 139 (54.69% from 255 or 59.15% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 139 - color contains mainly: green. Hex color #538B0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538B0D is #AC74F2. Grayscale: #6C6C6C. Windows color (decimal): -11302131 or 887635. OLE color: 887635.

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

Color convert

RGB 83 139 13 -
CMYK 0.40 0 0.91 0.45
HSL 86.67º 0.83% 0.3% -
HSV(B) 86.67º 0.91% 0.55% -
XYZ 12.87 20.33 3.63 -
YUV 107.89 74.45 110.25 -
System Red Green Blue C M Y K H S L
Decimal 83 139 13 0.40 0 0.91 0.45 86.67 0.83 0.3
Hex 53 8B D 28 0 5B 2D 57 53 1E
Octal 123 213 15 50 0 133 55 127 123 36
Binary 1010011 10001011 1101 101000 0 1011011 101101 1010111 1010011 11110

Color Harmonies of #538B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B0D

Black with #538B0D

Text Example


Text Example

White with #538B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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