Html Css Color HEX #639530 Vida Loca

📋 copy color: '#639530'

red 99 ◦ green 149 ◦ blue 48

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

Shades of Vida Loca #639530

Tints of Vida Loca #639530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.22%

R = 33.45%
G = 50.34%
B = 16.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#639530 (or 0x639530) is known color: Vida Loca. HEX triplet: 63, 95 and 30. RGB value is (99,149,48). Sum of RGB (Red+Green+Blue) = 99+149+48=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #639530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639530 is #9C6ACF. Grayscale: #7A7A7A. Windows color (decimal): -10250960 or 3183971. OLE color: 3183971.

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

Color convert

RGB 99 149 48 -
CMYK 0.34 0 0.68 0.42
HSL 89.7º 0.51% 0.39% -
HSV(B) 89.7º 0.68% 0.58% -
XYZ 16.43 24.36 6.63 -
YUV 122.54 85.94 111.21 -
System Red Green Blue C M Y K H S L
Decimal 99 149 48 0.34 0 0.68 0.42 89.7 0.51 0.39
Hex 63 95 30 22 0 44 2A 5A 33 27
Octal 143 225 60 42 0 104 52 132 63 47
Binary 1100011 10010101 110000 100010 0 1000100 101010 1011010 110011 100111

Color Harmonies of #639530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639530

Black with #639530

Text Example


Text Example

White with #639530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639530; }

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

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

background-color css

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

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

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

border-color css

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

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

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