Html Css Color HEX #639529 Vida Loca

📋 copy color: '#639529'

red 99 ◦ green 149 ◦ blue 41

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

Shades of Vida Loca #639529

Tints of Vida Loca #639529

RGB

 RED value IS 99 (39.06% from 255) = 34.26%

 GREEN value IS 149 (58.59% from 255) = 51.56%

 BLUE value IS 41 (16.41% from 255) = 14.19%

R = 34.26%
G = 51.56%
B = 14.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#639529 (or 0x639529) is known color: Vida Loca. HEX triplet: 63, 95 and 29. RGB value is (99,149,41). Sum of RGB (Red+Green+Blue) = 99+149+41=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #639529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639529 is #9C6AD6. Grayscale: #7A7A7A. Windows color (decimal): -10250967 or 2725219. OLE color: 2725219.

HSL color Cylindrical-coordinate representation of color #639529: hue angle of 87.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #639529 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 149 41 -
CMYK 0.34 0 0.72 0.42
HSL 87.78º 0.57% 0.37% -
HSV(B) 87.78º 0.72% 0.58% -
XYZ 16.29 24.31 5.93 -
YUV 121.74 82.44 111.78 -
System Red Green Blue C M Y K H S L
Decimal 99 149 41 0.34 0 0.72 0.42 87.78 0.57 0.37
Hex 63 95 29 22 0 48 2A 58 39 25
Octal 143 225 51 42 0 110 52 130 71 45
Binary 1100011 10010101 101001 100010 0 1001000 101010 1011000 111001 100101

Color Harmonies of #639529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639529

Black with #639529

Text Example


Text Example

White with #639529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639529; }

 p { color: rgb(99,149,41); }

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

background-color css

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

 a { background-color: rgb(99,149,41); }

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

border-color css

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

 span { border-color: rgb(99,149,41); }

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