Html Css Color HEX #638C2B Vida Loca

📋 copy color: '#638C2B'

red 99 ◦ green 140 ◦ blue 43

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

Shades of Vida Loca #638C2B

Tints of Vida Loca #638C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 35.11%
G = 49.65%
B = 15.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#638C2B (or 0x638C2B) is known color: Vida Loca. HEX triplet: 63, 8C and 2B. RGB value is (99,140,43). Sum of RGB (Red+Green+Blue) = 99+140+43=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #638C2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638C2B is #9C73D4. Grayscale: #757575. Windows color (decimal): -10253269 or 2853987. OLE color: 2853987.

HSL color Cylindrical-coordinate representation of color #638C2B: hue angle of 85.36º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #638C2B is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 140 43 -
CMYK 0.29 0 0.69 0.45
HSL 85.36º 0.53% 0.36% -
HSV(B) 85.36º 0.69% 0.55% -
XYZ 14.96 21.58 5.66 -
YUV 116.68 86.42 115.39 -
System Red Green Blue C M Y K H S L
Decimal 99 140 43 0.29 0 0.69 0.45 85.36 0.53 0.36
Hex 63 8C 2B 1D 0 45 2D 55 35 24
Octal 143 214 53 35 0 105 55 125 65 44
Binary 1100011 10001100 101011 11101 0 1000101 101101 1010101 110101 100100

Color Harmonies of #638C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638C2B

Black with #638C2B

Text Example


Text Example

White with #638C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638C2B; }

 p { color: rgb(99,140,43); }

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

background-color css

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

 a { background-color: rgb(99,140,43); }

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

border-color css

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

 span { border-color: rgb(99,140,43); }

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