Html Css Color HEX #588C1F Vida Loca

📋 copy color: '#588C1F'

red 88 ◦ green 140 ◦ blue 31

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

Shades of Vida Loca #588C1F

Tints of Vida Loca #588C1F

RGB

 RED value IS 88 (34.77% from 255) = 33.98%

 GREEN value IS 140 (55.08% from 255) = 54.05%

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 33.98%
G = 54.05%
B = 11.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#588C1F (or 0x588C1F) is known color: Vida Loca. HEX triplet: 58, 8C and 1F. RGB value is (88,140,31). Sum of RGB (Red+Green+Blue) = 88+140+31=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 140 (55.08% from 255 or 54.05% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 140 - color contains mainly: green. Hex color #588C1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588C1F is #A773E0. Grayscale: #707070. Windows color (decimal): -10974177 or 2067544. OLE color: 2067544.

HSL color Cylindrical-coordinate representation of color #588C1F: hue angle of 88.62º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #588C1F is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 140 31 -
CMYK 0.37 0 0.78 0.45
HSL 88.62º 0.64% 0.34% -
HSV(B) 88.62º 0.78% 0.55% -
XYZ 13.65 20.93 4.62 -
YUV 112.03 82.27 110.86 -
System Red Green Blue C M Y K H S L
Decimal 88 140 31 0.37 0 0.78 0.45 88.62 0.64 0.34
Hex 58 8C 1F 25 0 4E 2D 59 40 22
Octal 130 214 37 45 0 116 55 131 100 42
Binary 1011000 10001100 11111 100101 0 1001110 101101 1011001 1000000 100010

Color Harmonies of #588C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588C1F

Black with #588C1F

Text Example


Text Example

White with #588C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588C1F; }

 p { color: rgb(88,140,31); }

 H1.HeaderClassName
 {
   color: #588C1F;
 }
 .AnyTagClassName
 {
   color: #588C1F;
 }
</style>

background-color css

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

 a { background-color: rgb(88,140,31); }

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

border-color css

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

 span { border-color: rgb(88,140,31); }

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